Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #533384

    Hey,

    I’m trying to figure out a way how to keep my current menu selected (on my website the button turns green) even when i’m in a sub menu

    SC

    In this example if I click on “Monitoring and Controlling” the main menu “Assets” turns back to light green which i would like to keep as a darker greeen.

    Hope you can help me.

    Cheeers,
    Aathi

    #533590

    Hey Arthith!

    Add this to your custom CSS.

    .current-page-ancestor > a {
        background: green !important;
    }
    .current-page-ancestor > a .avia-menu-text {
        color: white !important;
    }

    Regards,
    Elliott

    #534113

    Thank you it’s working now :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Active Current Menu’ is closed to new replies.