Does this theme have an option to change the header color in the Customizer?
Hey Alistair,
Hope you’re well today 🙂
This can easily be done with some custom CSS. If the is what you’re referring to http://screencast.com/t/xocvg2oC6Ndj then please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
#content h1.entry-title {
color: #ffffff;
}
Replace the color hex value to display another color. You can use sites similar to this one to get hex value for the color of your choice: http://www.color-hex.com/
Hope this helps and have a nice day!
Cheers,
Bojan
That’s great Bojan I have just added a header which resolves the problem, I will keep your instructions to use at a later date thanks.
Alistair