How to change the color of the title of posts?
-
Instead of black I’d like a nice deep brown: 281718
+ The color that I have when the mouse hovers is fine.
Thanks!The blog I need help with is: (visible only to logged in users)
-
In the Twenty Eleven theme, post title color is set like this:
.entry-title, .entry-title a { color: #222; }So you’ll want to add the following with the color code you chose to your Appearance → Custom Design → CSS page:
.entry-title, .entry-title a { color: #281718; } -
-
- The topic ‘How to change the color of the title of posts?’ is closed to new replies.