How to remove hyperlink in Collection List?

Hi everyone, I’m quite new to Shopify and would like to seek help for a question for my business.

On this page (https://www.classicalchineseculture.com/pages/kids), there is an All Workshops section. I’d like to make the images and texts in this section unclickable, while retaining the images and text. I want visitors to just scroll this section without getting distracted, so I can get them to the next lower section of the website. May I know if anyone can teach me how to do this pls? Thanks in advance!

Hi @AOCCC

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.card-wrapper.animate-arrow.collection-card-wrapper {

pointer-events: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

It works! Thanks so much, Henry and PageFly team!