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

    Hello. i have CSS code to put Underline for all body text links, but how do I remove it from Menu links? I just want body text links. Access included.

    #1491271

    Hey bemodesign,

    Thank you for the inquiry.

    Try to add this css code below the previous modification to disable the underline for the menu items.

    #top .menu-item a:not(.avia-button) {
        text-decoration: none !important;
    }

    Best regards,
    Ismael

    #1491274

    thanks!!

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