Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1060261

    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:

    #1060297

    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

    #1060324

    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

    #1061132

    Hi,

    I’m glad this was resolved. If you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘highlight active menu item’ is closed to new replies.