(Squarespace) How to remove Quantity + Price on Product

To remove Quantity + Price on Product.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.product-price, div.product-quantity-input {
    display: none !important;
}

Result