The widgets on my home page is fine, but on my sidebar it's not. The icons look fine, but the color behind them is a black/grey color and when I hover my mouse over the icons, it highlights to a blue color. I would post a screenshot, but I don't know how to on this site. My sidebar css code is this:
[CSS code moderated - please post a link to your site - the forum limit for posting code is 10 lines]
Please help!
Can we get a link to your site?
http://www.chantillychanel.com
If you can't see it, can you send me a PM so I send you log in info?
It requires login. I'm not aware of a private message functionality on this site, but if you click on my name, it will take you to a contact form that goes straight to me.
You can set all background images to white by adding onto
#sidebar a img {
border: none;
margin: 0px;
padding: 0px;
}
the line background: #fff;, so that's
#sidebar a img {
border: none;
margin: 0px;
padding: 0px;
background: #fff;
}
I made the change already for you since I was there. Now you'll probably want to change your password.
The theme itself is calling for external code from resource://gre/res/TopLevelImageDocument.css and your widget area seems to be inheriting from it. I never figured out why it's hit and miss, only how to override it.
Thanks Matthew! You're awesome! Appreciate the help! :)
You're welcome. Glad I could help.