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

    Where can I change the color of the mobile menu icon (three lines)?
    In my case it’s black, despite every other item being white (see screenshot).

    #1174749

    Hey apajo,

    Please try the following in Quick CSS under Enfold->General Styling:

    .header_color .av-hamburger-inner {
        background-color: #fff;
    }

    Best regards,
    Rikard

    #1174754

    Hi Rikard
    Thank you for your quick reply.
    I tried that but now the hamburger is both black and white (see screenshot).

    #1174964

    Hi apajo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .header_color div .av-hamburger-inner, 
    #top .header_color div .av-hamburger-inner::before,
    #top .header_color div .av-hamburger-inner::after {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.