Pricing removed

Hi! I have a collection on my website to hide pricing and the option to purchase. I want my customers to be able to see the product and read the description. I just don’t know how to do it.

Thanks

Hi @PaigeB1995

Could you please share with me the link of the product you want to remove the price and purchase option? Also, a screenshot would help a lot!

Best,

Daisy

Hi @PaigeB1995 , thank you for posting here!

You can follow my instructions below:

  1. Go to Online Store->Theme->Edit code

2, Find the theme. liquid file.
- Then add the following code at the before tag and press ‘Save’ to save it.


Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

i need everything under the furniture tab to have no pricing but we still want our clients to be able to read the desciption.

Saltbox Lane

Hi @PaigeB1995

I see that you want to remove the price and all of the purchase option

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
div.product-form__input.product-form__quantity {
    display: none;
}
product-form.product-form {
    display: none !important;
}

Here is the result:

I hope this helps

Best,

Daisy

Hey that did not work. was that supposed to take pricing off of everything we have on the site?