Changing color of blog title and subtitle
-
How can I change the color of my blog title? It is hard to read. I can’t seem to find anywhere to change this.
The blog I need help with is: (visible only to logged in users)
-
I don’t believe this theme comes with a built in Theme Option to change the color of that text. Do you have Custom Design?
If so, you can use the following CSS to change the color of your blog title:
.site a { color: #000000; }You can learn more about CSS here: http://en.support.wordpress.com/custom-design/css-basics/
- The topic ‘Changing color of blog title and subtitle’ is closed to new replies.