Home › Forums › WordPress Themes – Premium › Lavish Pro › Widget Text color
Could you assist me with finding the correct css code to change the font color for only my blog right sidebar widget? The rest of the widgets on my site I would like to leave as they are.
http://premiereroux.com/dogue-de-bordeaux-blog/
Thank you in advance!
Specifically, I need to change the font color of the Subscribe widget.
Thanks!
Hi Diana,
If you want to change the font color of subscription only then you can use the following css;
#blog_subscription-2 p, h3 { color: #000; }
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Lost Password?