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

    How do you set active sub menu color?

    This works for all menus:
    li.current-menu-item>a {
    background: #cf2115!important;
    color: #fff!important;
    }

    How to do it for the submenu av-submenu-container (avia full width-submenu) without affecting the mainmenu?

    #396633

    Hi royaltask!

    Please add following code to Quick CSS

    #top .av-subnav-menu li.current-menu-item a {
    background: #cf2115!important;
    color: #fff!important;
    }

    Best regards,
    Yigit

    #396653

    Wow this works and loks so brilliant. Thanks for assistance!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do you set active avia-full-width-submenu color?’ is closed to new replies.