how to remove background on timeline widget
              
              
              1 Like
            
            
          Hi there and welcome to the Community, @user11225 
Sure! Just add this code to the Custom CSS field on the Settings tab of your widget’s settings and let me know if it helped:
[class*="WidgetBackground__Container-sc"] > [class*="Background__Container-sc"] {
  opacity: 0;
}
              
              
              1 Like