Widget Font Color
-
I am trying to change the color of the widget titles and the caption under the image widget to black but I am at a loss as to how to do this. Any ideas? Also how do I make the caption not italic?
Thanks,
Ellehttps://elleblogz.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Add the following CSS at the end of your existing custom CSS and see if you like the result:
#secondary .widget-title, #secondary .widget_image .wp-caption-text { color: black; } -
I forgot to include the style to make caption not italic.
Ignore the previous CSS and use this:
#secondary .widget-title, #secondary .widget_image .wp-caption-text { color: black; font-style: normal; } -
- The topic ‘Widget Font Color’ is closed to new replies.