Hey guys, I included a featured collection to my shopify store using the minimal theme. But on this home page, I want to hide the product price and title without affecting the shop or products page. The solutions I got on previous post affected the shop page, as there was no title or price on the collection page after I imported the provided code into my prodduct-grid-item.liquid.. pls help
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
https://emotionalwear.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=98050637959
The edit isn't live yet, this is a link to the preview
I want the products price and title to be removed without affecting it on other pages
Just the home page featured collection alone.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-index #shopify-section-1612908284b87bf80a .grid-link__title, .template-index #shopify-section-1612908284b87bf80a .grid-link__meta {
display: none;
}
Hope this helps.
Thanks!
User | Count |
---|---|
395 | |
202 | |
146 | |
42 | |
40 |