moodyc
February 24, 2023, 5:19pm
1
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!
made4Uo
February 24, 2023, 5:23pm
2
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
Go to Online Store->Theme->Edit code
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