Forums

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

Home Forums CSS Remove hover for one of my menu elements

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #254452
    sielcliente
    Participant

    Hello everyone, I added an image on my menu but I want to remove the hover effect of it. Other option would be that the the same image appear on hover effect. I’ve tried the following code but I don’t know why is not working.

    Thanks!

    https://codepen.io/anon/pen/gWxBMX

    #254453
    Atelierbram
    Participant

    Can you add in the HTML for the menu in de demo as well, and maybe elaborate a bit more on what it is that you want from the hover-effect?

    #254478
    sielcliente
    Participant

    I also tried this:

    .nav-menu li#menu-item-1116:hover > a
    {
    color: inherit !important;
    }

    but doesn’t work

    #254481
    Atelierbram
    Participant

    There’s no HTML-markup in the HTML tab in the demo. Also, what is it exactly that should work on hover?

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