Home Forums Basel support forum Disable "Add to cart" functionality on shop pages Reply To: Disable "Add to cart" functionality on shop pages

#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