Change colour in header subtitle
-
Hi guys,
I would like to change the colour in the site-header subtitel (the one that appears over the header image). It is barely readable now.
How can I change the colour?
Thanks!
AnneThe blog I need help with is: (visible only to logged in users)
-
Hi @bmguru!
Changing the color of your site’s tagline would require a bit of Custom CSS, which is available on a Premium Plan or Business Plan.
Once you have that in place, this snippet should do the trick:
.site-description { color: #999; }You can change the color value using an HTML color code. :)
- The topic ‘Change colour in header subtitle’ is closed to new replies.