Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello all,
I have put the 'Featured Collection' on my Home page and want only the image as well as a short description and no price. I tried the Snippet way as well as the product grid. But unfortunately Dawn 2.0 doesn't seem to have a product grid. liquid. How do I remove the price from the Featured collection? I am a newbie to HTML or CSS and has to be given step by step suggestion. Thank you and I very definitely appreciate every kind of help or guidance I can get. Smoke is coming from the sides of my head after tinkering with it for two days. ;-)))) Thank you!!
Best
Swaroopa
Solved! Go to the solution
This is an accepted solution.
Hi @Swaroopa,
Go to Assets > base.css and paste this at the bottom of the file:
.collection .card-information .price{
display: none !important;
}
Hope it helps!
This is an accepted solution.
1. Navigate to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
3. Save it.
.collection .card-information .price{
display: none !important;
}
This is an accepted solution.
Hi @Swaroopa,
Go to Assets > base.css and paste this at the bottom of the file:
.collection .card-information .price{
display: none !important;
}
Hope it helps!
Thank you, @LitExtension. Has not yet gotten time to try out the solution ( life and errands😅). Once I do, I will comeback and give another thumbs up. Appreciate your help. Best. Swaroopa
@LitExtension Worked beautifully! In two days, I was stressed out with smoke coming from my head. Such a simple way of reaching out here. Thank you! Thank you! Best Swaroopa
Hi @LitExtension @Zworthkey , are you able to help with a similar situation please - I need to hide the price from specific collections while not hiding it from others. For example, I do not want the price to show in collections with the handles business-services or finance-legal but I do want to show the prices in collections with handles print-advertising and digital-listing
I'm using the Dawn 2.0 theme but Shopify said I do not qualify for any free design time (not sure why). Any chance you could help please? I would hugely appreciate it! Thanks
Hi @DDDigitalMS,
You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.
Hi, thank you for this, Is there a solution to hide the product name/link instead of the price as well?
Hi @JeroenH,
You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.
Hi, this didn’t work for me, i added it to the end of the code and my collection still shows the prices ☹️
Thank you for this solution...definitely worked for me!
This is an accepted solution.
1. Navigate to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
3. Save it.
.collection .card-information .price{
display: none !important;
}
Thank you, @Zworthkey. Thank you for helping me out. Have not tried the solution yet. Once I do it, will come back and give another reply. Appreciate all of your help. Best. Swaroopa
@Zworthkey Worked perfect! I am happy. Tried for two full days before reaching out here. Wow! Was so easy. Thank you! Thank you! Best Swaroopa
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024