• Resolved rogierpmd

    (@rogierpmd)


    Quick question. What would be the Additional CSS to remove the underline of menu items (of the associated active page)? The hover-underline effect can remain unaltered.

    Thank you for your kind help!

    • This topic was modified 5 years, 1 month ago by rogierpmd.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    Add this via Additional CSS in the Customizer:

    .primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
        text-decoration: none;
    }
    Thread Starter rogierpmd

    (@rogierpmd)

    Thanks James!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove underline in main menu’ is closed to new replies.