Title: Remove Hover Animation
Last modified: December 8, 2020

---

# Remove Hover Animation

 *  Resolved [bcgsam](https://wordpress.org/support/users/bcgsam/)
 * (@bcgsam)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/remove-hover-animation/)
 * Hi there! Fantastic work on this plugin! It’s really helping our new site. I 
   had one small question:
 * Is it possible to remove the animation hover effect on the listings? When you
   hover over a listing, the text slides in from the left. We would like to simply
   remove this animation as it clashes with the rest of our site. I don’t see any
   settings for this and have tried a few ideas with custom CSS but no luck so far.
   Our team would really appreciate any direction with this.
 * Thanks again! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [bcgsam](https://wordpress.org/support/users/bcgsam/)
 * (@bcgsam)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/remove-hover-animation/#post-13759789)
 * I found a workaround with CSS! For anyone trying to do the same thing, this worked
   for me.
 * I added this under the settings and custom CSS section:
 * li:hover {
    -webkit-transition: none !important; -moz-transition: none !important;-
   o-transition: none !important; transition: none !important; -webkit-animation:
   none !important; }
 * h2 {
    -webkit-transition: none !important; -moz-transition: none !important; -
   o-transition: none !important; transition: none !important; -webkit-animation:
   none !important; }
 * h3 {
    -webkit-transition: none !important; -moz-transition: none !important; -
   o-transition: none !important; transition: none !important; -webkit-animation:
   none !important; }
 * Might be a little overkill, but it got the job done. Feel free to experiment 
   for whatever your own needs are.
 *  Plugin Author [QuantumCloud](https://wordpress.org/support/users/quantumcloud/)
 * (@quantumcloud)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/remove-hover-animation/#post-13760482)
 * Looks good 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Hover Animation’ is closed to new replies.

 * ![](https://ps.w.org/phone-directory/assets/icon-256x256.png?rev=1811203)
 * [Simple Business Directory - AI Powered](https://wordpress.org/plugins/phone-directory/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/phone-directory/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/phone-directory/)
 * [Active Topics](https://wordpress.org/support/plugin/phone-directory/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/phone-directory/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/phone-directory/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [QuantumCloud](https://wordpress.org/support/users/quantumcloud/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/remove-hover-animation/#post-13760482)
 * Status: resolved