Try by going to Appearance > Customize > Additional CSS and put the following in there. Save and refresh:
.widget_search, .widget_facebook_likebox, .widget_text {
background: #dddddd;
border-top: 1em solid #ffffff;
}
border-top: 1em solid #ffffff; will create a while line separator between two widgets.
Let me know if this helps.
Screenshot with above CSS rule in action: http://prntscr.com/ejph8h
-
This reply was modified 9 years, 3 months ago by
Subrata Sarkar. Reason: Added screenshot
Hi,
Please check theme options
Appearance -> Theme Options -> Styling -> Slideshow & Widgets Area -> Disable Widget Content Boxed Background (Uncheck this box)
.widget-content{
background: #F6F6F6; //you want to it
}
Thank you
Hi everyone! I am having a similar issue!
On my site (http://conventionsouth.com), the sidebar is appearing with white and grey stripes behind it. If there is not an active widget, it appears as white, but when I add a widget, it shows the stripes.
-
This reply was modified 8 years, 11 months ago by
KHB92.