How to change Post Title Color?
-
How can you change the color of the post title using CSS?
The blog I need help with is: (visible only to logged in users)
-
Front page post non-hover color:
#content .post-title a { color: #4E4E4E; }Front page post hover color:
#content .post-title a:hover { color: #ED1E24; }Single post page title color:
#content .single-title { color: #4E4E4E; }
- The topic ‘How to change Post Title Color?’ is closed to new replies.