Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design How to turn hover off of an image in my navigation?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243925
    cyberpike
    Participant
    #243926
    Paulie_D
    Member

    I’m assuming you mean this?

    nav a:hover {
      outline-style: solid;
      outline-width: 2px;
    }
    

    Just remove it.

    #243964
    cyberpike
    Participant

    I figured it out, I had to make another hover for the logo image and set it to none.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.