I cant seem to find the right css to make the text white when hovering over menu items with a sub menu.
https://millersseptic.com
for instance when hover over about us the sub menu expands but the text for About is black.
Hi there,
Please add this code in the custom CSS:
.x-navbar .desktop .x-nav > li ul {
top: 55px;
}
Hope this helps.
Thank you this worked perfectly!