hide price on specific collection debutify theme

hide price on specific collection debutify theme

KaramJaber99
Visitor
1 0 1

Hello
How I can hide the price on a specific collection in the debutify theme .

Replies 2 (2)

AmeerHy
Visitor
1 0 0

that’s a good question 

waiting for a solution 🙏🏻

debutifysupport
Shopify Partner
128 17 54

Hey 

 

I'm assuming you mean the product price on the product grid of the collection pages.

 

If so, please open the theme editor > theme settings > custom style/script > custom style, and paste the following CSS. 

 

 

 

#collectionNameHere .grid-product__price-wrap{
display:none;
}

 

 

 

After the hashtag(#), replace the text with the name of your collection. For example, if the collection name is "Shoes", change it to #shoes. 

 

If the collection name has spaces, replace the space with a hyphen/minus symbol (-), for example, 

if the collection is "Men shoes", change it to #men-shoes.

 

Please find the screenshot as a reference.

debutifytechsup_1-1678113460981.png

 

 

Thank you for choosing Debutify!
Technical Support Team | Debutify CORP