Changing blog post title font color
-
I would like to change the individual blog post title colors without changing the color of all of the font.
If that isn’t possible, I would like all fonts to be the same color (a shade of purple, which I can find the code for). For some reason, only the links on the left-hand side are purple and I would like a bit more color on the blog without the entire background being purple or ALL of the font.
Could someone please provide me with the CSS codes for these two options if both are plausible? That way I can choose which might work better for my site.
Thanks so much.
The blog I need help with is: (visible only to logged in users)
-
I mis-typed: I meant, I would like all the *LINKS* to be the same color; not the font.
Thank you.
-
Hi there, if you wish to change the color of the post titles (not hovered), you can use the following CSS and adjust the color as desired.
.entry-title, .entry-title a { color: #cc0000; }If you wish to change the hover color for post titles, you can use the following and adjust as desired.
.entry-title a:hover { color: #22dd44; }
- The topic ‘Changing blog post title font color’ is closed to new replies.