- This topic has 2 replies, 2 voices, and was last updated 11 years, 2 months ago by youngwings.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
September 4, 2013 at 5:46 am #14102youngwingsMember
I used the code below (found elsewhere in this forum) to give sidebar widgets on my Catch Everest pro website a subtle background color:
#secondary .widget { background-color: #f5f5f5; border: 1px solid #780d08; padding: 20px; padding: 2rem; }
However, I would like to make one widget a different background while keeping the rest as is. The widget in question is blog_subscription-7 and I only want to change the background-color to: #f9fdc3.
The website is http://carmenamato.net. Thank you very much.
September 4, 2013 at 9:26 pm #14121SakinKeymaster@youngwings: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#secondary #blog_subscription-7.widget { background-color: #f9fdc3; }
September 6, 2013 at 4:46 am #14187youngwingsMemberThank you for the simple solution. It worked just fine!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Different background colors for different widgets’ is closed to new replies.