Hi.
I have a page with different hamburger color menu:
.page-id-5526 .header_color .av-hamburger-inner, .page-id-5526 .header_color .av-hamburger-inner::before, .page-id-5526 .header_color .av-hamburger-inner::after {
background-color: #000000!important;
}
I made this, but must done something wrong, because the middle bar is stil black:
.page-id-5526 .header-scrolled-full .page-id-5526 .header_color .av-hamburger-inner, .page-id-5526 .header-scrolled-full.header_color .av-hamburger-inner::before, .page-id-5526 .header-scrolled-full.header_color .av-hamburger-inner::after{
background-color: #FFF!important;
}
Thanks,
OPVAB
Hey opvab,
Could you post a link to the page in question so that we can have a closer look please?
Best regards,
Rikard
Hi. Posted in PC.
If you scroll down, you’ll notice that the middle bar is stil black when it should change to white as the rest of them.
Thanks.
Hi,
Add this to the bottom of quick css:
.header-scrolled.header-scrolled-full .av-hamburger-inner{
background:#ffffff!important;
}
Best regards,
Jordan Shannon