Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #683949

    Hello,

    I’ve set a background color for the logo and menu areas, but now the background for the mobile menu icon is colored too, which makes it almost invisible. How can I change the icon’s background color?

    #684328

    Hey block4,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #advanced_menu_toggle, #advanced_menu_hide {
        background-color: #e1e1e1 !important;
    }
    

    Best regards,
    Jordan

    #687593

    Yes, that worked. Thank you, Jordan.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Background color of hamburger (mobile) menu icon’ is closed to new replies.