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

    Hi, how can I remove the line that appears under any active menu item in the main menu?

    Thanks

    #290838

    Hi, use the following code:

    .avia-menu-fx {
    display: none;
    }

    You can put it in custom.css file or in Theme Options > General Styling > Quick CSS

    #290843

    Hi!

    If that doesn’t work try adding !important:

    .avia-menu-fx {
    display: none !important;
    }

    Best regards,
    Josue

    #290854

    Great, thanks that worked

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