Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello. I would like to delete the product price on the top page.
Theme styles : Boost
Product list -
Solved! Go to the solution
This is an accepted solution.
Hi @losgatos
Please go to your Online Store > Themes > Customize, select that section, and add this code to Custom CSS
.product-price { display: none; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @losgatos
Please share your store URL and password so I can check and update you.
Hello @losgatos ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your styles.css file and paste the following code at the bottom:
.section-featured-collection .product-price {
display: none;
}
Thanks
The price is still there.
Can you share the store URL ?
Thank you very much for your help.
I have not updated my site yet and do have staff id..
This is an accepted solution.
Hi @losgatos
Please go to your Online Store > Themes > Customize, select that section, and add this code to Custom CSS
.product-price { display: none; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
"add this code to Custom CSS" works!! Thank you!