Title: disable hover effect
Last modified: May 12, 2022

---

# disable hover effect

 *  Resolved [devansh1995](https://wordpress.org/support/users/devansh1995/)
 * (@devansh1995)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/disable-hover-effect-5/)
 * as you can see in attached url. when a user hovers over button its text is unreadable.
   please help me how to disable hover effect entirely?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisable-hover-effect-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15643943)
 * Hi,
 * You can change the hover color of button links in Button Module Styling: [https://share.getcloudapp.com/DOu4b0OO](https://share.getcloudapp.com/DOu4b0OO)
 *  Thread Starter [devansh1995](https://wordpress.org/support/users/devansh1995/)
 * (@devansh1995)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15643995)
 * i see. but its not possible to do this for every button. is there any snippet
   or something I can do it globally?
 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [4 years ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15645786)
 * You have some button modules where you added a span, like these buttons: [https://share.getcloudapp.com/Z4u7QxdJ](https://share.getcloudapp.com/Z4u7QxdJ)
   so for these not the Button Link color applies, but the text color, so for these
   modify the text color hover.
 * With CSS we can make all button hovers the same color, but then you won’t have
   control for the button module hover color anymore, you can add this CSS to wp-
   admin > Appearance => Customize > Custom CSS ( or Additional CSS if your Theme
   don’t have Custom CSS field ):
 *     ```
       body .module-buttons.module .module-buttons-item a:hover, body .module-buttons.module .module-buttons-item a:hover span {
           color: #000 !important;
       }
       ```
   
 *  Thread Starter [devansh1995](https://wordpress.org/support/users/devansh1995/)
 * (@devansh1995)
 * [4 years ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15649631)
 * it worked. awesome. thanks a lot
 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [4 years ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15658206)
 * Happy I could help. If you like our products/services, please consider to rate
   us on our Facebook page: [https://www.facebook.com/themify/reviews](https://www.facebook.com/themify/reviews)
 * Have a good day!
 *  Thread Starter [devansh1995](https://wordpress.org/support/users/devansh1995/)
 * (@devansh1995)
 * [4 years ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15661098)
 * sure
 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [4 years ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15661921)
 * Thank you! It is much appreciated. If you need help with anything else, please
   open a new topic, so we can help you there.
 * Have a good day!

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

The topic ‘disable hover effect’ is closed to new replies.

 * ![](https://ps.w.org/themify-builder/assets/icon-128x128.png?rev=1995752)
 * [Themify Builder](https://wordpress.org/plugins/themify-builder/)
 * [Support Threads](https://wordpress.org/support/plugin/themify-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/themify-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/themify-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/themify-builder/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [themifyme](https://wordpress.org/support/users/themifyme/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/disable-hover-effect-5/#post-15661921)
 * Status: resolved