Remove Product Hyperlink From Featured Collections

Hello!

I would like to break the hyperlink on featured collection products such that if a customer was to click on a product in a featured collection section, this action would not take them to the product PDP, and would instead do nothing.

I would still like customers to be able to navigate the different colour swatch options for each product though.

Any advice would be greatly appreciated.

Many thanks!

Hi @Turnip
Which theme you are using for your store?
In this case I think you need to hire an expert to edit your theme code to make the function like you want.

Hi @ExpertRookie

I’m using the Prestige theme.

From my research is looks like something along the lines of the below should work:

.featured-collection .grid .product-item {
pointer-events: none !important;
}

However, it doesn’t. Do you have any ideas?

Many thanks!

@ExpertRookie Could it be completed by adding a tag to the non-clickable products and creating a rule that looks for this?