Header and text color
-
Does anyone know how I can change my header and text color? Header’s not what I wanted through Custom Design and the text is too light. Thanks!
The blog I need help with is: (visible only to logged in users)
-
You can change the site title “runningwithguns” to something else from the Settings > General page in your blog dashboard. Here is a direct link: https://runningwithguns.wordpress.com/wp-admin/options-general.php
To change the site title font color for the Ever After theme, you can add the following CSS code to the editor in the Appearance → Themes → Customize → CSS panel:
#site-title a { color: #c0b977; }Adjust the color code as needed.
http://en.wikipedia.org/wiki/Web_colors#X11_color_names
- The topic ‘Header and text color’ is closed to new replies.