Okay
  Public Ticket #2708340
Mobile Nav Hamburger Menu
Closed

Comments

  • alldayboutique started the conversation

    How can I change the color of the Hamburger Menu Lines in mobile view? Thanks!

  •  869
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .m-nav-menu--mobile-icon svg line {
        stroke: red !important;
    }

    Feel free to ask for anything you need.

    Kind Regards