How Do I Remove Product Title And Price On Homepage?

Hi,

I would like to remove product title and price from our homepage. The URL is lucyandphyllis.com.

Thanks for the help!

Hi @daryl77 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.productitem--title, .productitem__price{
  display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

This worked but it removed title and price from the collection pages as well, which we want to keep them there.

Is there a way to remove title, price, and reviews from the homepage only?