Tagged: burger
I am trying to change the burger menu, on just the homepage, to a different colour than the default menu colour.
I have done a forum search and found this code but it doesn’t change the burger:
.page-id-13 .av-hamburger-inner,
.page-id-13 .av-hamburger-inner::after,
.page-id-13 .av-hamburger-inner::before {
color: #ffffff!important;
}
Any ideas?
Hey chriskazoo,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.home .header_color .av-hamburger-inner,
.home .header_color .av-hamburger-inner:after,
.home .header_color .av-hamburger-inner:before{
background-color:#ffa408!important;
}
Best regards,
Jordan Shannon
LEgend Jordan! That worked!
Hi,
Perfect, I’m happy I was able to help! If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon