WPIntell

Source evidence

disable hover effect

Themify Builder · support · 2022-05-12T11:25:00+00:00

questionsentiment
mediumseverity
0.84relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 37 rows with source links

18.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
devansh1995 resolved
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] Hi, You can change the hover color of button links in Button Module Styling: https://share.getcloudapp.com/DOu4b0OO i see. but its not possible to do this for every button. is there any snippet or something I can do it globally? 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; } it worked. awesome. thanks a lot 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! sure 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!

Comments

7 shown
themifyme 2022-05-13T19:13:00+00:00

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

devansh1995 2022-05-13T19:29:00+00:00

i see. but its not possible to do this for every button. is there any snippet or something I can do it globally?

themifyme 2022-05-14T19:06:00+00:00

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; }

devansh1995 2022-05-16T13:50:00+00:00

it worked. awesome. thanks a lot

themifyme 2022-05-18T19:48:00+00:00

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!

devansh1995 2022-05-19T16:08:00+00:00

sure

themifyme 2022-05-19T20:50:00+00:00

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!