• I’ve managed to change the text colour of the menu however I’d rather be able to change the whole menu

    Menu background
    Menu background hover
    Menu text hover

    I’ve tried googling, but can’t find what it is I’m meant to type in. I’ve been able to figure out that I need to go to Appearance > Sixteen Settings > Layout Settings in order to change them, but that’s about it.

    Any help would be appreciated!!

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Shillianth,

    Could you please provides the link of site so that we could give actual solution.

    Thanks

    Thread Starter Shillianth

    (@shillianth)

    Hi Shillianth,

    Please add the following css to fix the issue:

    .main-navigation li a {
        background:#ddd; /* Your requird color code here for menu background */
    }
    .main-navigation li a:hover {
      background:#ff0000; /* Your requird color code here for mennu hover background*/
      color:#fff; /* Your requird color code here for mennu hover text color*/
    }

    Note: Please use the custom css plugin or child theme stylesheet to write the custom css, so that your custo css does not lost while update your theme.

    Thanks

    Thread Starter Shillianth

    (@shillianth)

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Sixteen] Change menu colour’ is closed to new replies.