Problem with Collection List forwarding

Solved

Problem with Collection List forwarding

GOMAK
Excursionist
33 1 9

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!

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11742 2303 2487

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.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11742 2303 2487

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.

GOMAK
Excursionist
33 1 9

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

Dan-From-Ryviu
Shopify Partner
11742 2303 2487

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.