Post Title – Font Color Change
-
How can I change the font color of a posts title?
The blog I need help with is: (visible only to logged in users)
-
You can change these colors with the following CSS:
/* Change Post Title Color */ h2.entry-title a { color: yellow; } /* Change Post Title Hover Color */ h2.entry-title a:hover { color: pink; }Simply change the color values to a color you desire, and add it here:
https://developer.mozilla.org/en-US/docs/Web/CSS/Tools/ColorPicker_Tool
To learn more about how CSS editing works at WordPress.com, see these helpful pages:
http://en.support.wordpress.com/custom-design/css-basics/
http://en.support.wordpress.com/custom-design/editing-css/
Let us know if you have any more questions :-)
-
- The topic ‘Post Title – Font Color Change’ is closed to new replies.