Hide price on Feature Collection on home page

Hi Everyone, any suggestions on how to hide the price on the home page in Sense theme? I have tried other code updates in other threads but either I am doing it wrong or they aren’t working.

thanks

Hello @amanda2809 ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.shopify-section .collection .card-information {
    display: none;
}

Thanks

Awesome, that worked. Thanks so much.

1 Like