Topic summary
A user seeks to hide product names displayed below product images in a featured collection section on their Shopify store.
Initial confusion: The helper initially misunderstood, thinking the names were part of the image files themselves.
Clarification: The user provided screenshots showing product names appearing as text overlays beneath the product images in the collection grid.
Solution provided: A CSS code snippet was shared to hide the product name headings:
.collection-card__heading h3.h5 {
display: none;
}
Outcome: The solution successfully resolved the issue. The user confirmed it worked and thanked the helper.
Hi Elena,
Please share your store URL and if it is password protected give the password also.
Regards
Sandeep
Hi Elena,
The featured Collection section is not coming on the home page, where is it?
Regards
Sandeep
Hi,
These are the images and the product’s name is part of the images. If you want to hide the name from the image then you have to upload new images without the product name.
Thanks & Regards
Sandeep
Hello, can I get the answer how to fix it?
Hi,
Please paste this code in your CSS file.
.collection h3.card__heading.h5 {
display: none;
}
Thanks
Thank you very much!
Hi Elena,
Glad to hear that my solution is working.
If need any help in the future See the bio below “Here I am”.
Regards
Sandeep


