Tagged: ,

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

    I can’t seem to find the right class to remove the border from the bottom of my main nav. On active there is a black border under the one menu item, then on hover each other item has a bottom border. I’d like there to be no border at all, just a plain nav menu.

    Thanks!

    #650245

    Hey paepke19,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Jordan

    #650327

    Perfect! Thank you. :)

    #650641

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.