I would like the collection on my homepage to show only the images and no collection titles. Is there a way to do this?
Welcome to the Shopify community!
and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
Thanks
Thanks but your store is password protect.
Sorry, I have removed the password. Do you have any suggestions how to remove the collection title text, including “view all” underneath?
Thanks, it
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.featured-card__header {display: none;}
Perfect, thank you!
Thanks for your feedback and support.
This solution works perfectly, however… after removing the title from above the collection photos, it now leaves a large white space below the photo. Is there any way I can reduce the size of the Collection box so this white space at the bottom disappears?