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
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