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.
body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul a {
color: #8d7632!important;
}
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?
Hey there,
Thanks for reaching in,
Please try this CSS;
Hope this helps,
Regards