the background on this widget is stuck in black and i cant find any settings on how to change it
someone please help my link is http://www.chemical-magazine.com
the background on this widget is stuck in black and i cant find any settings on how to change it
someone please help my link is http://www.chemical-magazine.com
Try adding:
#sidebar .widget {background-image:none;}
to your theme's stylesheet.
it didnt work :( ive tried searching through all the stylesheet to see where anything is coded in black and i cant find anything
It's buried in a stylesheet in your theme's sub-folder. What color background do you want?
i want it to be #BBCCDD
thank you for ur help i really appreciate it
Try:
#sidebar .widget {background:#bcd;}
and make sure you add it to the bottom of your style.css file. If that still doesn't work, try:
#sidebar .widget {background:#bcd !important;}
the second code worked, thank you so much! :D
This topic has been closed to new replies.