change color of text in the footer area
-
I am trying to change the color of the text “Blog at WordPress.com.
Theme: Customized Watson by The Theme Foundry.” I have purchased the CSS custom design but am not sure how to write the code.Thank you.
The blog I need help with is: (visible only to logged in users)
-
The blog linked to your username is wearing Chunk, not Watson. Please post an active link starting with http:// to the blog wearing the Watson theme.
-
We can use the Watson theme demo site in this case: http://watsondemo.wordpress.com/
To change the color of the footer text in the Watson theme, add this to your Appearance → Themes → Customize → CSS panel:
footer[role="contentinfo"] .byline, footer[role="contentinfo"] .credit-line { color: #0ff; } footer[role="contentinfo"] .byline a, footer[role="contentinfo"] .credit-line a { color: #0ff; border-bottom: 1px solid #0ff; }Adjust the color code to a color of your choice.
http://en.wikipedia.org/wiki/Web_colors#X11_color_names
- The topic ‘change color of text in the footer area’ is closed to new replies.