Changing header and tagline colours in suits theme
-
Hi,
I’m trying to work out what the selector is for the tagline and header. Whatever I choose it still stays white (I have a black background).
I’m trying to turn it red – any help gratefully received!The blog I need help with is: (visible only to logged in users)
-
Hi there,
The correct CSS targeting will be something like this:
.site-header h1.site-title { color: #ff0000 !important; } .site-header h2.site-description { color: #ff0000 !important; }I added the !important keyword there to override WordPress’s setting for it.
-
- The topic ‘Changing header and tagline colours in suits theme’ is closed to new replies.