All things Shopify and commerce
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
i need everything under the furniture tab to have no pricing but we still want our clients to be able to read the desciption.
Hi @PaigeB1995
I see that you want to remove the price and all of the purchase option
div.product-form__input.product-form__quantity {
display: none;
}
product-form.product-form {
display: none !important;
}
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?
Hi @PaigeB1995 , thank you for posting here!
You can follow my instructions below:
2, Find the theme. liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.
<style>
.main-products-grid__results .price.price--top {
display: none !important;
}
</style>
Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025