Changing font color in headers on Yoko theme
-
Please help. I want to change the blue/teal color title and headings to red (F7250) and understand I need to do so using CSS. I can get the headings and title to display in red but cannot get it to ‘stick’ using save style sheet, and no amount of clearing my browser history/exiting/returning seems to be making it stick.
Thank you for your help.
The blog I need help with is: (visible only to logged in users)
-
Hi,
I see you’ve changed the color of all the links to red. If you don’t want that, remove the previous code and try the following.
If you want to change the Site Title color only, try using this code:
#site-title h1 a { color: #F7250A; }If you want the post titles in red as well, add this to the above code:
#content .entry-header a { color: #F7250A; } -
-
Actually, I found out it’s a part of the theme that can be changed after all, so I didn’t need to change the CSS. Thanks.
-
- The topic ‘Changing font color in headers on Yoko theme’ is closed to new replies.