change colour of title

  • Unknown's avatar

    Hi I really don’t understand all this code stuff…… how do I change the colour of my title on my blog? I dont know where to click to enter and submit one of these codes??

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, to change the color of your site title and description on Twenty Thirteen, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and edit the color codes as desired.

    .site-title {
    color: #FFFFFF;
    }
    .site-description {
    color: #FFFFFF;
    }
  • The topic ‘change colour of title’ is closed to new replies.