Hello, I need CSS for Font size and Color options for “Full page overlay menu” sub menu.
They have a lot of SubMenus and I am trying to differentiate from main nav.
Thanks
And the last menu item is the Address. Is there a way to just make that text size smaller? Thanks!
I created this screenshot to help with what I need code for: https://img.savvyify.com/image/menu-color-and-size.9tVgz
Thank you!
Please let me know on this when you can. thanks
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#av-burger-menu-ul li.av-show-submenu > a > .avia-menu-text {
color: blue;
}
#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text {
color: yellow;
}
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
color: yellow;
font-size: 20px;
}
#top #wrap_all #av-burger-menu-ul .menu-item-2846 {
font-size: 12px !important;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike