How to change widget caption font color in Grisaille
-
I am trying to preview the result of using the Custom Design option (which I have not yet purchased) to change the font color of my widget caption.
Please post the css coding for doing so.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
I checked http://ccvogelonline.wordpress.com/ and I see that you currently have added an image with text and a border built into the image, but it is not using a caption.
Make sure to add a caption to the image through the image widget on the Appearance → Widgets page first, and then use the following CSS to change the font color:
#secondary-content .wp-caption-text { color: #f00; }Adjust the color value to a color code of your choice.
http://en.wikipedia.org/wiki/Web_colors#X11_color_names -
That worked perfectly. Thank you!!!
To clarify: I changed to the integral captions as a workaround until I could get the proper CSS coding.
I appreciate the promptness of your reply.
- The topic ‘How to change widget caption font color in Grisaille’ is closed to new replies.