Forums

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

Home Forums CSS Disable hover effect

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37932
    goalieman34
    Member

    I am looking to disable the hover effect on my Petrowest logo that is on the top left hand side of the banner area, while keeping it still linked to the home page. Any help with this would be great.

    http://petrowest.squarespace.com/

    #102330
    TheDoc
    Member

    To remove the box-shadow you can do this:

    a #banner:hover {box-shadow: 0 0 0; }

    #102331
    Paulie_D
    Member

    Target the link and ‘unhover’ it.

    It’ll be something like…

    #banner a img:hover {
    opacity:1.0;
    box-shadow:none;
    }
    #102334
    goalieman34
    Member

    Thanks a lot! Worked perfect

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