Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Glad you like the theme!

    First, I’d suggest creating a child theme for your customizations so they won’t be lost in future theme updates. I do offer child theme templates for Scrappy on my themes website if you need one.

    Then, you can add some CSS to your child theme’s style.css to change the color:

    .page_title a:link, .page_title a:visited, .page_title a:hover, .page_title a:active {
       color: #000000;  //change this to the color you'd like
    }

    I highly recommend using a program like Firebug for CSS changes like this–you can Inspect the theme in your browser to find which classes apply to page elements so you can override them in your child theme.

    I adore this theme! I can’t decide which of the headers I prefer – I think I’ll have to alternate every week or so!

    I can’t work out how to delete the light blue page title. I just want the page to start with my text rather than a title…

    Theme Author Caroline Moore

    (@sixhours)

    Glad you’re enjoying the theme! To remove the post/page titles, use the instructions posted above, but replace the color: #000000; part with display: none;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Scrappy] Change Post Title Color’ is closed to new replies.