Thank you for reaching out to us. It looks like there might be a conflict somewhere in your site. Please carry out the following troubleshooting steps.
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Let me know how you go.
Kind regards.
Plugin Contributor
Ruhul
(@tips-and-tricks-hq)
It appears your current theme or a custom CSS rule is overriding the button text color on hover, causing it to blend into the background.
To fix this, add the following CSS snippet to your site. This forces the “Add to Cart” text to remain white (or any color of your choice) when hovered:
.wspsc_add_cart_submit:hover{
color: white !important;
}
The website uses the Responsive theme. When I switched to the Twenty Twenty Five theme, the “Add to Cart” text remained visible when hovering over the button. Also, the CSS snippet provided by Ruhul was effective in changing the text color. The snippet did not work when changing back to the Responsive theme.
Thanks to mbrsolution and Ruhul for their help in resolving this issue.
I am happy to know we were able to help you resolve your issue. Enjoy the plugin 🙂
Kind regards.