Stop transition on buttom hover
-
Hello
I want to remove the transition on hover of the button, but I want to have the text label visible and remove the basket Icon
image 1 is where I want to be, image 2 want to remove
Attachments:
You must be
logged in to view attached files.
Hi av_admin_1984,
Thanks for reaching to us,
Please add the following Custom CSS code in Theme Settings > Custom CSS > Global Custom CSS:
.wd-product-footer .wd-add-btn-replace .add-to-cart-loop:hover:before,
.wd-product-footer .wd-add-btn-replace .add-to-cart-loop:hover span{
transform: none;
}
.wd-product.wd-hover-buttons-on-hover .wd-product-footer .wd-add-btn>a:hover {
background-color: var(--btn-accented-bgcolor);
}
.wd-product-footer .wd-add-btn-replace .add-to-cart-loop:before{
display: none;
}
Regards,
The topic ‘Stop transition on buttom hover’ is closed to new replies.