Change title colour
-
I am using the Twenty Thirteen theme. I would like to change the colour of the title text from black to white so that I can see it against the image I have chosen.
Apparently this can only be done through CSS and I am not familiar with the code.
Please help.
The blog I need help with is: (visible only to logged in users)
-
Add this CSS to the CSS Editor and see if the result is what you want:
.site-title { color: white; }The CSS Editor user interface has changed but it is fundamentally the same.
-
-
Thank you for replying so quickly.
I can now see the writing against the image.
You were both very helpful.
-
- The topic ‘Change title colour’ is closed to new replies.