Home Forums Free Themes WEN Travel Modern How do I change the color of the hamburger menu that appears on smaller screens

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #178365
    donald gerard
    Participant

    How do I change the color of the hamburger menu that appears on smaller screens? Thanks!

    #178457
    sanam
    Keymaster

    Hello @THECOACH, Please add this CSS in the Additional CSS

    div#primary-menu-wrapper .menu-toggle svg.icon {
    fill: #000;
    }
    .site-header-menu .menu-label {
    color: #000;
    }
    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Thanks

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