Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1231926

    On my site, the hamburger icon color is black on all pages.

    I would like to change it to white ONLY on the homepage.

    Thanks

    #1231959

    Hey navindesigns,

    Add this to quick css:

    .home .header_color .av-hamburger-inner, 
    .home .header_color .av-hamburger-inner::before, 
    .home .header_color .av-hamburger-inner::after {
        background-color: #fff!important;
    }

    Best regards,
    Jordan Shannon

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