Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25393
    Shawn Stephenson
    Guest

    Hi,

    I was wondering, how do I change the hamburger icon color in the mobile view? I’m using the Wedge theme.

     

    Thank you,

    #25403
    Jesse Owens
    Keymaster

    Hi Shawn-

    The colors of the hamburger menu are generated using the color palette you choose in Customize > Colors, but if you need more control, you can also use Custom CSS.

    Navigate to Customize > Advanced > Custom JS & CSS and use code similar to this.

    For the button color and background:

    .palette-primary .navbar-default .navbar-toggle, .palette-primary .navbar-default .navbar-toggle:hover, .palette-primary .navbar-default .navbar-toggle:focus {background-color: orange !important;
    border-color: orange !important; }

    Just replace “orange” with the color or hexcode you need. And for the bars, use code similar to this:

    .palette-primary .navbar-default .navbar-toggle .icon-bar, .palette-primary .navbar-default .navbar-toggle:hover .icon-bar, .palette-primary .navbar-default .navbar-toggle:focus .icon-bar { background-color: black !important; }

    In this one, replace “black” with your color. I hope this helps!

    #25473
    Shawn Stephenson
    Guest

    It worked great, Thanks Jesse!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hamburger Icon Color’ is closed to new replies.