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.
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024