How to hide the collection title on my store page collection list, theme Brooklyn

I want to just have a image with the title as part of the image when I upload it for the Collection List section of my home page. How do I turn the title off for this and I am using the Brooklyn theme. Thanks

@CrossIndustries

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

crossindustries.co.nz

@CrossIndustries

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-index .collection-grid__item-title--wrapper .collection-grid__item-title{
display: none !important;
}

Hope this works.

Thanks!

You beauty… that NZ talk for THANK YOU!!! This works perfect!!

Awesome

can you share the code to fix this on the focal theme please?