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
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:
Go to Online Store → Theme → Edit code
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.