Delete collection titles on Venture theme

I would like the collection on my homepage to show only the images and no collection titles. Is there a way to do this?

1 Like

@SarahH

Welcome to the Shopify community!
and Thanks for your question.

Please share your site URL,
So I will check and provide a solution here.

1 Like

sarah-holden.myshopify.com

Thanks

@SarahH

Thanks but your store is password protect.

1 Like

Sorry, I have removed the password. Do you have any suggestions how to remove the collection title text, including “view all” underneath?

@SarahH

Thanks, it

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.featured-card__header {display: none;}
1 Like

Perfect, thank you!

1 Like

@SarahH

Thanks for your feedback and support.

1 Like

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?