Hi, thank you for this, Is there a solution to hide the product name/link instead of the price as well?
Topic summary
A user needed to hide product prices from the Featured Collection section on their Dawn 2.0 theme homepage while keeping images and descriptions visible.
Solution Provided:
Multiple community members suggested the same CSS fix:
- Navigate to Online Store → Theme → Edit code
- Open Assets → base.css
- Add this code at the bottom:
.collection .card-information .price{
display: none !important;
}
- Save the file
The original poster confirmed this solution worked perfectly after struggling for two days.
Related Issues:
- One user asked about hiding prices from specific collections only (not all collections) and was directed to create a separate community question
- Another user requested help hiding product names instead of prices and was also directed to start a new thread
- One commenter reported the solution didn’t work for them, though most others confirmed success
The thread remains a helpful reference for basic price-hiding in Dawn 2.0’s Featured Collection section.