• Resolved sharongolod

    (@sharongolod)


    I was wondering if anyone could tell me how to change the colour of the home, work, about, etc… I thought this was part of the masthead but it doesn’t seem to be affecting it when I make a change.

    url is https://www.sharongolod.com

    Thank you ??

    Shar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using Firebug to look at the CSS? It should show you where the color is set – then copy that code to the child theme and change it there.

    In this case, it shows this:

    .main-navigation a {
        color: #999999;
        display: block;
        text-decoration: none;
    }

    Thread Starter sharongolod

    (@sharongolod)

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change top bar colour’ is closed to new replies.