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

    Is there a simple way to highliht the current page in the submenu?
    ie:
    PARENT LINK1 | PARENT LINK2 |
    CHILDREN LINK1 <– highlight both this one AND the parent link

    thanks

    #218355

    Hey!

    Try adding this code to the Quick CSS:

    .current-menu-parent .avia-menu-fx, .current-menu-parent .avia-arrow-wrap{
        opacity: 1;
        display: block;
        visibility: visible;
    }
    .current-menu-parent a{
        color: #333333;
    }

    Cheers! 
    Josue

    #218413

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘sub-menu highlight active link?’ is closed to new replies.