Jump to content

How to hide all prices on commerce site, including the cart

Recommended Posts

Posted

Please could you assist with the custom CSS for removing all prices from the commerce site, including in the cart and checkout

  • Replies 1
  • Views 191
  • Created
  • Last Reply
Posted

Hi. What is site url? Each site will need a different code.

With price, you can try adding this to Design > Custom CSS

/* hide price */
.product-price {
	display: none !important;
}
/* add to cart */
div[class*="add-to-cart"] {
	display: none !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.