How do you remove collection titles from the home screen of dawn 3.0.0?

Hello All,

I found this code from the forum but it’s not working, unfortunately.

“.card__text-spacing{ display: none !important; }”

I thought it might be targeting the wrong attribute so I did “.card__heading{ display:none !important;}” which worked to remove the text however it doesn’t act as a link anymore, and I want the picture to act as the link.

Any idea of what I can do (I’m very new to coding)

Any help will be appreciated!

Share your website URL. I will check

Must warn you some NSFW on there.

www.sinsations.com

Add Below CSS

h3.card__heading {
display: none;
}

That removes all “h3” even on product pages and it’s still not clickable, unfortunately.

It means this need some code to hide from the home collection page and add a link to image only

Can you describe in a bit more detail what you are trying to achieve? Are you trying to remove the text from the six boxes and use the image text instead but still have them linkable?

I’m wanting to remove the “Pride Collection” text so it’s just the picture. And I want the picture to take the customer to the pride collection.

The same goes for the other featured collections on the home page.