• Hello, I’m having a problem removing the underline ON HOVER in the navigation menu. I’ve tried adding in CSS:

    selector a:hover {
    text-decoration: none;
    text-decoration: none ! important;
    }

    But to no avail. Is there any workaround on this?

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

  • The topic ‘Hover Underline In Navigation’ is closed to new replies.