Topic Resolution: Not Resolved
  • Closed
  • Joey Mansveld
    Spectator
    March 5, 2016 at 10:17 pm #25061

    How can i switch off the mouse over footer animation?

    Denzel Chia
    Moderator
    Posts: 2656
    March 6, 2016 at 8:46 am #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
    March 10, 2016 at 2:44 pm #25246

    the code doesnt work

    Denzel Chia
    Moderator
    Posts: 2656
    March 11, 2016 at 8:24 am #25270

    Please post your website URL

    Joey Mansveld
    Spectator
    Posts: 32
    March 12, 2016 at 7:26 pm #25338
    Denzel Chia
    Moderator
    Posts: 2656
    March 13, 2016 at 9:06 am #25373

    Hi,

    Use the following.

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

    Thank you

    Joey Mansveld
    Spectator
    Posts: 32
    March 20, 2016 at 4:06 pm #25755

    this code also doesnt work

    Denzel Chia
    Moderator
    Posts: 2656
    March 21, 2016 at 12:45 am #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