• Resolved timsaxm

    (@timsaxm)


    Hello, I am having trouble with the navigation links. Currently they are all underlined and when you hover and when you click on it, it creates a white block around it. I have tried numerous ways to remove it including “text decorations: none;” Perhaps I am not putting it into the right spot. Any help is appreciated.

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

Viewing 1 replies (of 1 total)
  • Hi, I had the same problem. I managed to solve it like this:

    li:focus { outline: none; }

    Hope it helps.

Viewing 1 replies (of 1 total)

The topic ‘Navigation Menu’ is closed to new replies.