create a link to the collection when clicking on a picture

Hello everyone, I’m currently working on a Shopify website - specifically the “Babs” theme. I downloaded the theme and uploaded it to Shopify. Hey @PageFly-Victor , maybe you can help me?

But I have a few problems that need to be solved.

Problem 3:

“When you click on the photo displayed in the main collection in the featured collection block on the home page, I would like to create a link to the collection.”

Currently, you can see a photo of the collection on the home page in the featured collection block. But when you click on the photo that belongs to the collection, nothing happens. I would like to create a link to the collection.

The website is www.gardies.nl

Hi @Gardies

Kindly paste below CSS to file where you can CSS at bottom

.dt-sc-featured-collection-section .dt-sc-collection-banner .with-overlay::before {
	content: initial !important;
}

Thanks

Sheesh B