• Closed
  • jord buis
    Spectator
    17.03.2016 at 20:29 #25563

    I’d like to know how to remove the hover effect that happens when I hover over some of the links in my widget/sidebar.

    I added the following code under your custom CSS field, but didn’t work:

    #secondary a, #secondary-2 a {
    padding: 0 !important;
    }

    Is it possible to disable just that movement effect ? I have tried to deactivate the “Animate.css” support in Theme Options, but it does not control this particular movement.

    Thanks in advance for your advice.

    Gr.

    Joes

    Denzel Chia
    Moderator
    Posts: 2656
    18.03.2016 at 01:26 #25583

    Hi,

    You should be using hover.

    #secondary a:hover, #secondary-2 a:hover{
    padding: 0px !important;
    }

    Thank you

    jord buis
    Spectator
    Posts: 5
    18.03.2016 at 17:30 #25625

    Hi Denzel,

    Thanks for the reply. The code doesn’t work, I did put the code in my costum css:

    #secondary a:hover, #secondary-2 a:hover{
    padding: 0px !important;
    }

    But the links are still hovering.

    http://www.jfpschilderwerken.nl/ (links in the footer)

    Thanks in advance for your advice.

    Jord

    Denzel Chia
    Moderator
    Posts: 2656
    19.03.2016 at 07:58 #25650

    Hi,

    Your website is loading in cache content.
    Did you clear your cache?

    Thank you