• Resolved happy_camper

    (@happy_camper)


    Hi, I’m using WordPress 4.0 with Circumference Lite Child Theme.
    Can someone help me with the css code to change the color of the menu

    I used Firebug, found this code below, and tried putting that into the child theme stylesheet changing the color to #8fd92e; but it does not respond.

    .nav-menu li a, .nav-menu li.home a {
    color: #565656;

    I tried a few variations, but no joy.

    Can someone help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • .navbar{background-color:<<yourcolor>>;}

    you can change the text color with
    .nav-menu li a{color:<<your color>>;}

    Your menu colours can be changed from the theme customizer by going to Appearance >> Customize >> Navigation

    Thread Starter happy_camper

    (@happy_camper)

    thanks guys, so obvious, (I should feel silly, but I’m used to it by now)

    Great theme, will definitely purchase the full version in the near future.

    You’re very welcome….and no need to feel silly…sometimes I cannot remember what options and settings I put into my own themes.

    Thread Starter happy_camper

    (@happy_camper)

    OMG if I had a fiver for everyting I did something like that.

    Cheers for the help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Color of Top Menu’ is closed to new replies.