How to stop the “Add to cart button” text from changing to an icon?
-
Hello
How to prevent the text of the “Add to cart button” from turning into an icon when the mouse is hovering?
As shown in the picture.
Thank you!
-
This topic was modified 10 months, 2 weeks ago by
zhufan122881.
Attachments:
You must be
logged in to view attached files.
Hi zhufan122881,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-product.wd-hover-fw-button div.wd-add-btn>a:hover {
background-color: #333;
}
.wd-add-btn-replace a.add-to-cart-loop:hover:before,
.wd-add-btn-replace a.add-to-cart-loop:hover span{
transform: none;
}
.wd-add-btn-replace a.add-to-cart-loop:before{
font-size: 0;
}
Regards,
Hi zhufan122881,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,