Change font color in header
-
I would like to change the color of the font over my header picture to make it more readable. Just can’t figure out how to edit the header and change the color.
WP.com: Yes
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
Hi there,
You are referring to the color of the text “GLEN AGGIE
Travel, Photography and wood turnings” in your site header? If so it’s not possible to change that via theme settings as this theme does not have an option for header text color.However, you can add the Custom CSS add-on to your site, and that will allow you to override the default theme source code with your own: https://wordpress.com/add-ons/
If you decide to upgrade to that option, this is the code you will need to change the text color to black instead:
.site-title a, .site-description { color: #000; }Hope that helps. Please let us know if you have any more questions.
-
- The topic ‘Change font color in header’ is closed to new replies.