Adding the CSS below to Custom CSS will change the sub-menu color:
/* Mobile menu: Change color of sub-menu */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu>ul>li ul>li>a, .mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu>li ul>li>a {
color: #FFF;
}
/* Full menu: Change color of sub-menu */
.main-header.menu-type-full-bg-menu .fullscreen-menu nav div.menu>ul ul li a, .main-header.menu-type-full-bg-menu .fullscreen-menu nav ul.menu ul li a {
color: #FF0000;
}
Hi,
I've got one last question:
How can I change the color of the sub menu items.
For mobile and desktop (desktop only on hover).
Best regards,
Sandra
Hi Sandra,
Adding the CSS below to Custom CSS will change the sub-menu color:
Best regards,
Laborator Team
Hi Art,
thanks a lot, worked like a charm!
You guys are the best.
Best regards,
Sandra