I’m using a vertical/burger menu on my site, rather than a top horizontal menu. I’d like to add a different background color for the submenu items, but the Advanced Styling preference for Sub-menu items doesn’t seem to apply to vertical menus. Is there some Quick CSS I can use to change background color of sub-menu items? A second quesiton: can I darken or bold the “icons” that indicate sub-menu items and the dash icons to the left of the sub-menu item? They are all but invisible to my eyes.
Thanks!
Hey macjeffff,
Please try the following in Quick CSS under Enfold->General Styling:
.sub-menu li {
background-color:green !important;
}
.av-submenu-indicator:before {
font-size:20px !important;
}
Best regards,
Rikard
Thank you!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon