Ho,
we did some css changes for the burger menu. Everything works great. But i can’t get it done to change the font-color in active burger-menu to font-color: #ff0197 .
How can i do that?
kind regards Jak
Hey Jak,
You have following custom CSS code
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
background-color: #fff600;
font-color: #fff;
}
Please change it to following
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
background-color: #fff600;
color: #ff0197;
}
Cheers!
Yigit
Hi Yigit,
could not get it to work.
But i also changed my mind.
I would now, like to change only the background color of aktive burger menu to: #00faee (like in screenshot).
How can i do that?
kind regards Jak
Hi,
Please try this CSS instead:
#av-burger-menu-ul li.current_page_item a {
background: blue;
}
Best regards,
Rikard
Hi Rikard,
thanks for your help. Unfortunetly this did not work.
Actually i want to change the background of the active burger menu, so for example, if a visitor is on my contact page and opens the burger menu, the background of “contact”-menue-item in burger menu is blue.
How can i do that?
Kind regards Jak
Sorry, my mistake, now it works…
Thanks a lot for your help!!!
kind regards Jak