Site title and tagline
-
Help please! I need to know to change the font color
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can change the colour of the site’s title with the following custom CSS:
#main-title #site-title a { color: #000; }The tagline can then be changed with the following:
#main-title #site-description { color: #000; }You can change the value of #000 to any HEX code of your choice. If you’d like to experiment with different colours, try a few Google searches to get a list of HEX codes and their corresponding values.
Here’s an example of a site that I’ve used before:
Let me know how you get on with that or if you have any further questions.
- The topic ‘Site title and tagline’ is closed to new replies.