Hi, On one of my sites: https://learningcommunitytrust.co.uk, when you hover over the ABOUT menu and then from that the WHO WE ARE ITEM, then finally off that sub menu and hover of the items within that sub menu, the menu item WHO WE ARE disappears when you hover over any of the items nested within it. I have some custom css on that menu to change the colours and hover colour so im not sure if its something missing from that code making it go white?? Here is the code:
/* //change navbar submenu text colour */
.x-navbar .desktop .sub-menu a {
color: #4eaeaa;
}
.x-navbar .desktop .sub-menu a:hover {
color: #31817e;
}
.x-navbar .desktop .sub-menu a:visited {
color: #31817e;
}
ul.sub-menu {
background-color: #fff !important;
}
.x-navbar .desktop .sub-menu a {
padding: 10px 20px;
border-bottom: 1px solid #e2e2e2; /add your color for border/
}
.x-navbar .desktop .sub-menu a:hover {
background: #ddebeb !important; /add your color for the hover/
Also at the bottom of the drop down menus, the items dont stop at the line below the last item, there is a little white area below it. Is there a way to remove the little white bit and for the menu to stop cleanly on a line?
thanks folks.
Thank you very much. And thanks for the video links too