• I am using the pacify theme and I am struggling to change the menu font colour. I need to change the menu drop down font colour. please help www,oleva.co.za

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator cubecolour

    (@numeeja)

    Try adding the following to a child theme or custom css plugin (eg the custom css module of Jetpack)

    .main-navigation .nav-menu > li > a {
    color: #900;
    }

    For support specific to your theme, try posting at:
    https://www.ads-software.com/support/theme/pacify

    Thread Starter Oleva78

    (@oleva78)

    Thanks Cubecolour, I added a custom css plugin and inserted the code that you gave but nothing changes. I am not sure if there is anything that I am missing from this instruction.

    Moderator cubecolour

    (@numeeja)

    You have pasted in:

    .main-navigation .nav-menu &gt ; li &gt ; a {
    color: #900;
    }

    which is not valid CSS

    Try it with each &gt ; replaced with >

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Font Colour’ is closed to new replies.