Suits theme how change font colour in header?
-
If I stick with the black-background in the Suits theme header, is there a way that I can change the sub-heading font colour?
It’s hard to read… http://latitudemedia.ca/The blog I need help with is: (visible only to logged in users)
-
If you have the Custom Design upgrade then you can edit the CSS for the sub-heading to change the colour. It would look something like this, change the colour of the font to white.
.site-description { color: #fff; }
- The topic ‘Suits theme how change font colour in header?’ is closed to new replies.