Widget Background Changed Color
-
Hi,
I’ve been using TheStyle for three years now and yesterday the background on all my Main Sidebar Widgets turned black. They used to be white. I didn’t make any changes to the appearance so I’m not sure what happened. Can you help me figure out what went wrong and change them back?
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi.
There is “custom-colors-css” style tag on your site, that applies the sidebar background color.
You can use the following CSS code to fix it:
#sidebar .widget { background-color: #e7e7e7 !important; }
-
-
- The topic ‘Widget Background Changed Color’ is closed to new replies.