Hello,
I would like to remove the price from the filtering on the below collection page. I have tried to remove certain parts of the code, without any luck.
Please advise.
Thank you,
https://studeasy.no/collections/finn-studenter
pw: studtest
Hello,
I would like to remove the price from the filtering on the below collection page. I have tried to remove certain parts of the code, without any luck.
Please advise.
Thank you,
https://studeasy.no/collections/finn-studenter
pw: studtest
Hi @Eskil
Do you like to remove it only on one collection page?
Do you mean in the “Find Student” collection? If it is check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
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:
details#Details-1-template--21331344032026__product-grid {
display: none;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Perfect, thank you!