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

    We have the burger menu icon the correct colour on desktop, but can get it to be the same on mobile – hope you can help here

    #1302519

    Hey whdsolutions,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #a9cbec!important;
    }}

    Best regards,
    Jordan Shannon

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