Hover on Product – Can we disable this?
-
Hi,
I have a question:
Is there a code snippet that you can provide (or a setting that I am not seeing) that will prevent the hover swap of the Price for the “Add to Bag” when hovering on a product on the shop page? We still want the image switch but not the price/add to bag swap. This would be the “Hover on product” option in the Theme Settings. See link in private content – thank you!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-hover-alt.purchasable:hover .swap-elements{
transform: none;
-webkit-transform:none;
-ms-transform: none;
}
Best Regards