Make Products Non-Clickable in featured collection

Solved

Make Products Non-Clickable in featured collection

Alex_Joseph
Excursionist
28 0 3

Hey everyone,

I'm hoping that there's a way to do this.

I have some products showing in a featured collection, and of course, when you click one of the products it will bring you to the products page.

I want to make it so that the products on the featured collection aren't clickable.

its is for the refresh theme.

Thanks.

Accepted Solution (1)

LitExtension
Shopify Partner
4915 1005 1183

This is an accepted solution.

Hi @Alex_Joseph,

Please go to Sections > featured-collection.liquid file and add code here:

Screenshot.png

Code:

.section-{{ section.id }}-padding .full-unstyled-link {
    pointer-events: none !important;
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

Replies 6 (6)

LitExtension
Shopify Partner
4915 1005 1183

This is an accepted solution.

Hi @Alex_Joseph,

Please go to Sections > featured-collection.liquid file and add code here:

Screenshot.png

Code:

.section-{{ section.id }}-padding .full-unstyled-link {
    pointer-events: none !important;
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Alex_Joseph
Excursionist
28 0 3

That worked! Thanks for the help

Ankurb
Visitor
3 0 0

Hi, 

Does this make all products in the collection non-clickable or only the specific 1 or 2 products?

 

Please advice,

 

thanks.

LitExtension
Shopify Partner
4915 1005 1183

Hi @Ankurb,

It will make all products unclickable

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
Ankurb
Visitor
3 0 0

Hello @LitExtension 

Many thanks for your response. Please advise how we can achieve only chosen products to be non-clickable? And rest products work as clickable. 

 

Thank you.

Ankurb
Visitor
3 0 0

And I am using ICON theme.