How to remove price from one collection that is on the homepage?

How to remove price from one collection that is on the homepage?

rarebooksleuth
Tourist
7 0 3

Hello,

 

I have a collection called featured which is displayed on my homepage. I am using the Venue with Installments theme. I'd like to remove the price on the products displayed on the homepage (the featured collection). Any ideas on how to do this? Here's my website: www.rarebooksleuth.com

 

Thanks!

 

Replies 2 (2)

zack_dev
Shopify Partner
92 15 15

You can add the css code to hompeage

.template-index .product__details__hover {
    display: none;
}


- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

Made4uo-Ribe
Shopify Partner
9567 2278 2827

Hi @rarebooksleuth 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.home-products__grid span.product__price-price {
    display: none;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1734024717070.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.