Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875578

    Aljook
    Participant

    Hello,

    The site I am building is http://e-difice.com (psw: Pabertest). I have set an image as the last menu item, which should not be clickable. I have managed to make it unclickable, however I am unable to take away the hover effect from it. It’s either all of the buttons or none of them. Is it possible to take the hover effect away only on the last menu item (menu-item-363)?

    Cheers!

    #876040

    Christopher
    Moderator

    Hi there,

    Please add this CSS :

    li#menu-item-363 a:hover {
        box-shadow: none !important;
    }

    Hope it helps.

    #876139

    Aljook
    Participant

    Perfect! You guys are glorious! 🙂

    #876421

    Christopher
    Moderator

    Glad we could help you with this.