change default color
-
I want to change the default color of post titles. I’ve upgraded to customizable, but can’t find where to change color of post titles.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
To do that, you’ll need to add some custom CSS to your site. This can be done from the Appearance > Customize menu from your dashboard, and then selecting the CSS option.
The CSS that you’ll want to add is this, though you’ll need to change the actual color to whatever you want the color of the titles to be:
.entry-title a:link, .entry-title a:visited { color: yellow; }If there’s anything else that I can help you with, please let me know!
-
-
Good luck!
Give it a try and if you really get stuck, let me know and I can give you some pointers.
- The topic ‘change default color’ is closed to new replies.