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!
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!