Shopify themes, liquid, logos, and UX
Hello Guys,
i seem to have a problem with some code I added. I have a Collection List in my Shrine Pro Theme and some code: 1) to not show Info underneath, 2) to align Heading on the left and 3) to get the Heading closer to the pictures, I am very satisfied with how everything looks, but unfortunately the images are not clickable anymore- so the forwarding to the desired collection page doesn't work.
Can someone share a CSS that forces the images to be clickable while keeping all other CSS?
this is the Shrine Pro Theme Draft I am working on: https://nm7t9cvxjthix0zm-68898914601.shopifypreview.com
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Please change that code to this version to make image clickable and hide text
.collection-list-wrapper.page-width .collection-list.contains-card.contains-card--collection ul.splide__list .card__content {
opacity: 0;
height: 0;
padding: 0;
z-index: 0;
margin: 0;
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Please remove this code you added to the theme.liquid file before </body>
.collection-list-wrapper.page-width .collection-list.contains-card.contains-card--collection ul.splide__list .card__content { display: none !important; }
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
it was in my base.css,
it makes the images clickable, but it unfortunately changes the style of the Collection List, i would like the names of the collections not displayed, like it is now- but have the images clickable
This is an accepted solution.
Please change that code to this version to make image clickable and hide text
.collection-list-wrapper.page-width .collection-list.contains-card.contains-card--collection ul.splide__list .card__content {
opacity: 0;
height: 0;
padding: 0;
z-index: 0;
margin: 0;
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025