Shopify themes, liquid, logos, and UX
Hello, i would like to have my collection list clickable, so when you click the picture you will inter the page linked to the picture 🙂 now its only the text on the picture that are clickable.
(home page)
www.studio-stars.com
Thank you
Solved! Go to the solution
This is an accepted solution.
yes, please 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__item .card__content {
position: absolute;
left: 0;
bottom: 0;
height: 100%;
display: flex;
align-items: flex-end;
}
.collection-list__item .card__content .card__information {
padding-left: 20px;
}
Check in the customizer area.
It should have the option for link.
Yes, but its only the text that is clickable
I would like, when you also click the picture it gets you to the same link
This is an accepted solution.
yes, please 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__item .card__content {
position: absolute;
left: 0;
bottom: 0;
height: 100%;
display: flex;
align-items: flex-end;
}
.collection-list__item .card__content .card__information {
padding-left: 20px;
}
It worked, Thank you
its my pleasure to help us
oh sorry for this
but i can't see collection list section at home page can you please show me so i will check and let you know proper solution
I have checked your post, all collections have their links.
Can you check and let me know?
The collection list picture is not clickable at the home page. Only ‘Shop Now’ text is clickable.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025