Home › Forums › Basel support forum › Disable "Add to cart" functionality on shop pages › Reply To: Disable "Add to cart" functionality on shop pages
April 7, 2017 at 11:27 am
#11924
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.basel-hover-alt.purchasable:hover .swap-elements {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
}
Regards