Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #943373

    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!

    #943586

    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

    #944272

    Thank you!

    #944290

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Vertical/Burger menu styling’ is closed to new replies.