Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #191172

    Hi,
    Is there a way to remove the bar that appears under the active page in the navigation of the main menu. I would like for it to appear when I hover over the pages, but not to appear under the active page.

    Thanks.

    #191306

    Hey danieltjohnston!

    You can add this on your custom.css or Quick CSS:

    .current-menu-item>a>.avia-menu-fx {
    	opacity: 0 !important;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Bar under Active Page in Menu’ is closed to new replies.