• Resolved cgricik12

    (@cgricik12)


    I’m making a one page website using the Neve theme and I set it so that with the menu items, there is an underline and the copy becomes another color when in the hover state. By default, it seems that there is another underline (a thin black line) when the link is active and I’m not sure on how to remove that. Here is a link to view:

    It seems like many others have had similar issues (with different themes) and it sounds like I have to make the change in CSS, does anyone have a suggestion for the CSS code?

    Thanks.

    • This topic was modified 3 years ago by James Huff. Reason: redundant link removed
    • This topic was modified 3 years ago by James Huff.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Themeisle

    (@themeisle)

    Hi @cgricik12,

    That’s the default behavior of the browsers, not some CSS theme has, however, you can use this custom CSS to disable it:

    .nav-menu-primary a, .nav-menu-primary a:hover, .nav-menu-primary a:active, .nav-menu-primary a:visited, .nav-menu-primary a:focus {
    	text-decoration: none;
    }

    I hope it helps and apologies for the delayed reply in this thread.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Underline in an Active Link: Neve Theme’ is closed to new replies.