Okay
  Public Ticket #1466140
Navbar Li changes color when hovering UL
Closed

Comments

  • invisuallda started the conversation

    I have a bit of a difficulty to explain this, but i'll try my best, along with 3 printscreens.

    - I have a navbar where i have a sub-menu inside a sub-menu. When i hover the last sub-menu (<ul>), the <li> that is parent of this <ul> just changes it's background-color and i really don't know where is this color set because i can't find it anywhere in the CSS.

    Can you help me find this please?


  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please try this CSS;

    body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul a {
        color: #8d7632!important;
    }
    

    Hope this helps,

    Regards