Problem with Collection List forwarding

Solved

Problem with Collection List forwarding

GOMAK
Excursionist
24 1 6

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
10793 2133 2251

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;
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

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; } 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

GOMAK
Excursionist
24 1 6

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
10793 2133 2251

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;
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.