How can i switch off the mouse over footer animation?
Hi,
Use the following in Theme Options -> Custom CSS
.footer-widgets .widget-content a:hover {
padding: 0 !important;
}
Thank you
the code doesnt work
Please post your website URL
Hi,
Use the following.
.footer-widgets a {
padding: 0 !important;
}
Thank you
this code also doesnt work
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
The topic Footer mouse over animation is closed to new replies