Hi!
How can I set a highlight color to the page I’m looking at atm? Like… I’m at the welcome page and I want my welcome menu item in the burger menu to be highlighted…
check out the mobile menu here:
Hey Smu88,
I’m not seeing a “Home” or “Welcome” button on your mobile or desktop menu. However, you generally add this to quick css to fix:
li.menu-item.current-menu-item a .avia-menu-text{
color:red!important;
}
Adjust the color to whatever you want.
Best regards,
Jordan Shannon
ah yeah active classes… I could have thought of that :D you css doesn’t fit to my layout at all haha, I solved it with JS, cause I got 2 submenus which I wanted to expand as well :)
Thx for the tipp tho.
Cheers
Hi,
I’m glad this was resolved. If you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon