• Resolved devansh1995

    (@devansh1995)


    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 to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    You can change the hover color of button links in Button Module Styling: https://share.getcloudapp.com/DOu4b0OO

    Thread Starter devansh1995

    (@devansh1995)

    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

    (@themifyme)

    You have some button modules where you added a span, like these buttons: 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

    (@devansh1995)

    it worked. awesome. thanks a lot

    Plugin Author themifyme

    (@themifyme)

    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

    Have a good day!

    Thread Starter devansh1995

    (@devansh1995)

    sure

    Plugin Author themifyme

    (@themifyme)

    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.