Hi,
In my website brandboutik.com, I wanted to hide the “add to cart” a while ago, so i tried “Catalog mode” which did remove it but also hides my color swatch from the product page. So you guys provided me with a code after that, which worked fine, but now I noticed that it also hides the price in the product page only. here’s the code you gave me:
.product-image-summary .summary-inner>.price, .product-image-summary .woodmart-scroll-content>.price {
font-size: 22px;
line-height: 1.2;
display: none;
}
.woocommerce-variation-add-to-cart{
display:none;
}
This was inserted in Theme Settings>Customer CSS>Global Custom CSS
I gave you access if you need in private content
Thanks.