How to change the font color on site title
-
I appreciate the different font choices for my site title. However, is there a way to change the color of the title without changing any other colors on the front page? My theme is Expound
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Yes, you can use the following CSS to do so:
.site-title a, .site-title a:hover { color: #ffffff; /* Use your own color here */ } -
You can use the following link to get the color code for the color you want: http://html-color-codes.info/
- The topic ‘How to change the font color on site title’ is closed to new replies.