Topic Resolution: Not Resolved
  • Closed
  • Joey Mansveld
    Spectator
    05.03.2016 at 22:17 #25061

    How can i switch off the mouse over footer animation?

    Denzel Chia
    Moderator
    Posts: 2656
    06.03.2016 at 08:46 #25080

    Hi,

    Use the following in Theme Options -> Custom CSS

    .footer-widgets .widget-content a:hover {
    padding: 0 !important;
    }

    Thank you

    Joey Mansveld
    Spectator
    Posts: 32
    10.03.2016 at 14:44 #25246

    the code doesnt work

    Denzel Chia
    Moderator
    Posts: 2656
    11.03.2016 at 08:24 #25270

    Please post your website URL

    Joey Mansveld
    Spectator
    Posts: 32
    12.03.2016 at 19:26 #25338
    Denzel Chia
    Moderator
    Posts: 2656
    13.03.2016 at 09:06 #25373

    Hi,

    Use the following.

    .footer-widgets a {
    padding: 0 !important;
    }

    Thank you

    Joey Mansveld
    Spectator
    Posts: 32
    20.03.2016 at 16:06 #25755

    this code also doesnt work

    Denzel Chia
    Moderator
    Posts: 2656
    21.03.2016 at 00:45 #25763

    Hi,

    It works properly when I use it in firebug while viewing your website.

    There has to be broken css code somewhere in your website.
    Please check your existing custom css code’s syntax.

    Or disable one plugin at a time to find out which plugin is causing issue.

    Thank you