• athompson17

    (@athompson17)


    I am trying to change the color of my page titles to Purple. It would be the Lett’s Read, Lett’s Speak, etc. I haven’t been able to find a previous post that helps me, I am using a child theme, so I don’t have a style.css sheet to edit, I would just have to add something to the bottom.

    http://www.alexsandralett.com

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    If you are talking about the page titles in the navigation bar, try adding this to the end of your child theme’s style.css:

    #access a {
        color: #BE7EF7;
    }
Viewing 1 replies (of 1 total)

The topic ‘Page Title Color’ is closed to new replies.