Widget Background Changed Color
The topic ‘Widget Background Changed Color’ is closed to new replies.
Need help? Check out our Support site, then
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?
Thanks
The blog I need help with is: circulatingnow.nlm.nih.gov
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;
}
Thank you!
You’re welcome
The topic ‘Widget Background Changed Color’ is closed to new replies.