• Resolved jjLin

    (@jjlin)


    Hi,
    I am trying to change the color of the title text on the theme.

    I did some custom CSS by changing the hex color here:
    #site-title a {
    color: #C5E3BF;
    }

    This does not work. When doing Ctrl+U on the site, it appears that the color of the title text is defined in the HTML as well? Is it possible to override this with the CSS?

    Perhaps I’m looking at this wrong. Let me know your thoughts.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jjLin

    (@jjlin)

    My bad. The color can be changed simply by customizing the theme under ‘Appearance’.

    I was trying to make this harder than it was. Sorry for the question.

    Glad you were able to use the Customizer to make this tweak!

    p.s. for anyone wanting to do this with custom CSS instead, you’d need a slightly more specific bit of CSS to be able to override the site title colour:

    #masthead #site-title a {
         color: #C5E3BF;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Title Text Color’ is closed to new replies.