Hi! You helped me figure out how to change the main menu and sub-menu background and font colors. Thanks. That worked perfectly in the desktop view.
However, I realized that once I changed the menu font colors, I also need to change the sub-menu background colors and font colors in the tablet and mobile views.
Can you explain how to do that, please?
Thanks.
Hi Mike!
For the mobile menu you can use this.
#mobile-advanced {
background: red !important;
}
Regards,
Elliott
Works like a charm. Thank you.