• Resolved iowafarm

    (@iowafarm)


    I’m having trouble sorting out the CSS to change the color on the icon for the hamburger menu (mobile only). It’s the icon that represents the collapsed main menu. The default is a shade of orange. Suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @iowafarm,

    We can change the default color with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .main-navigation .menu-toggle {
    background: red !important;
    }
    

    Kind regards,

    Manoj

    Thread Starter iowafarm

    (@iowafarm)

    Thank you, Manoj. I appreciate the guidance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color: Hamburger Menu / Mobile Only’ is closed to new replies.