How to change background of Navigation?and menu text color?hover style?

This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Amzy Leel

  • Avatar: xseven121
    xseven121
    Participant
    August 7, 2017 at 16:02

    How to change background of Navigation?and menu text color?hover style? I’ve not found the option

    3 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    August 9, 2017 at 05:30

    background of Navigation
    – add this css code in 8theme options >> styling >> custom css >> global custom css

    .menu-wrapper .menu { background-color: #f00; }

    Avatar: amzy
    Amzy Leel
    Participant
    August 9, 2017 at 05:31

    menu text color
    – you can select the menu text color in 8theme options >> typography >> navigation >> menu first level font >> font color

    Avatar: amzy
    Amzy Leel
    Participant
    August 9, 2017 at 05:33

    hover style
    – add this css code in 8theme options >> styling >> custom css >> global custom css

    .menu-wrapper .menu>li:hover { color: #f00; } // text color
    .menu-wrapper .menu>li:hover { background-color: #8e8e8e; } // text background color
  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.