header text problem
-
I have tried to change the colour of the text in my header but the changes only apply to text below the header.
I am in 2011.The blog I need help with is: (visible only to logged in users)
-
Hi Susan,
In Twenty Eleven, the only way in which to change the header of your site is via CSS. If you would like to do so, you can log in to your account’s Dashboard and then go to Customizer >> CSS and insert the following bit of code:
.wf-active #site-title a { color: #f00; }You can substitute the “#f00” with whichever colour you like (you’ll need to find the right colour code from a colour-picker site like this one: http://www.colorpicker.com/
If you have any other CSS issues, you may want to check out our CSS Customization forum too. There are tons of great ideas and lots of help available there:
- The topic ‘header text problem’ is closed to new replies.