How do I hide price and cart buttons? I was doing this successfully using CSS but now the code is no longer working:
/* Hide the price */
.tag-pur .ProductItem-summary .ProductItem-details .product-price .sqs-money-native {
display: none;
}
/* Hide the add-to-cart button */
.tag-pur .ProductItem-summary .ProductItem-details {
.sqs-add-to-cart-button-wrapper, .product-quantity-input {
display: none;
}
}
The developer where I got the code said it no longer works since Squarespace's July update.
Thanks for any input you can give!
Gayle