code to change site title color
-
Help, what am I doing wrong? I am trying to change colour of the site title – reading through various resources and inspecting the code on the page it seemed as if the correct CSS code would be
.site-title space open bracket
four spaces color: #afc7ac;
close bracket
.site-description space open bracket
four spaces color: #afc7ac;
close bracketthe site description line is coming out OK (sagey green colour like background) but the site title isn’t changing colour – why not? What am I missing? Thanks.
The blog I need help with is: (visible only to logged in users)
-
-
Your site title is a link, so you have to be a little more specific. Try this (and use the code button when posting CSS to make it easier to read and copy/paste):
.site-title a { color: #afc7ac } -
- The topic ‘code to change site title color’ is closed to new replies.