Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Solved! Go to the solution
This is an accepted solution.
Hi @Alex_Joseph,
Please go to Sections > featured-collection.liquid file and add code here:
Code:
.section-{{ section.id }}-padding .full-unstyled-link {
pointer-events: none !important;
}
Hope it helps!
This is an accepted solution.
Hi @Alex_Joseph,
Please go to Sections > featured-collection.liquid file and add code here:
Code:
.section-{{ section.id }}-padding .full-unstyled-link {
pointer-events: none !important;
}
Hope it helps!
That worked! Thanks for the help
Hi,
Does this make all products in the collection non-clickable or only the specific 1 or 2 products?
Please advice,
thanks.
Hi @Ankurb,
It will make all products unclickable
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.
And I am using ICON theme.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025