Is it possible to change the size and colors of the fonts in the navigation menu in Mobile Browsers in Enfold? I do not want these changes to affect the appearance of the fonts in desktop browsers.
Thank you,
Dan
Hey charlie1!
Thank you for using Enfold.
Yes, it is possible. Use this on Quick CSS or custom.css to modify the mobile menu fonts:
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
color: #666666;
border-color: #e1e1e1;
font-size: 15px;
}
Best regards,
Ismael
That did it. Thank you very much Ismael.