Making product images clickable in Collections - Dawn theme

Hi community!

I would like to make the products in the collection pages clickable.

Currently i am only able to click on the Text link below the Product, which is not very intuitive.

Can someone please help pull this off? I am on Dawn version 9.0

Thanks much!

Femmi

Hi @Femmi

Could you drop your store link to check?

@Femmi
Hi Femmi
its a pretty easy task you need to wrap the images in product get url

{{ product.title }}

in the above code wrap your images code between the A tag
Thanks

Is it helpful? Like, or Accept solution.

Hi Dan, My store is www.femmiflare.com

Thanks much!

Femmi

Hi Ecomheroes, Which file does this goes in and where exactly? That would be pretty helpful!

Thanks much!

Femmi

@Femmi This can be Collection.liquid or Collection-template.liquid

I dont have either of those files. Is it by any other name for Dawn 9.0?

Hello Dan, Can you help?

Thanks!

Femmi

Hi @Femmi

Go to Online store > Themes > Edit code > open base.css file, add this code at the bottom, and save the file.

.card__content {
z-index: 9;
}
.card__information a..full-unstyled-link {
padding-top: 200% !important;
margin-top: -200% !important;
}
.product-card-wrapper {
overflow: hidden;
}

Hi Dan, Unfortunately adding the code has not done anything. Is there a way to add code to the collections template rather than base.css?

Thanks,

Femmi

My code has small issue, please update code

.card__content {
z-index: 9;
}
.card__information a.full-unstyled-link {
padding-top: 200% !important;
margin-top: -200% !important;
}
.product-card-wrapper {
overflow: hidden;
}

Thank you Dan!! Have a blessed day!

Hello,

Thanks for your solution this code works! But it has a black shadow on the mobile version when clicked, could you please help?