How do I make the entire collection image clickable

Hello everyone, I’m using the Studio Theme.

Is there any way to make the collection image in the collection list clickable? As of now, only the collection titles are clickable, even in mobile mode.

My site is Street Smarts and the password is smarts.

Thanks in advance!

Hi @moodyc ,

I did create a video that you can follow to achieve this. It does require a little bit of coding knowledge.

@moodyc

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.collection-list-wrapper slider-component .card--media .card__content
{
    height: 100%;
    align-items: end;
}

Can you make this code for the button that are on the bottom? Because once i implement your code the button imediatly transforms to center again

.—