Home › Forums › Basel support forum › Basel – How to hide add to cart but not product attributes (variable product)? › Reply To: Basel – How to hide add to cart but not product attributes (variable product)?
November 1, 2018 at 1:36 pm
#86539
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS:
.product-design-alt .single_variation_wrap {
display: none;
}
.basel-hover-alt.purchasable .btn-add{
display:none;
}
Best Regards