code to change site title color

  • Unknown's avatar

    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 bracket

    the 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)

  • Unknown's avatar

    sorry, manners fail, “help please…” sorry!

  • Unknown's avatar

    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
    }
  • Unknown's avatar

    That did it! Thank you very much, all set now.

  • The topic ‘code to change site title color’ is closed to new replies.