MorganTaitoko Posted April 10 Posted April 10 Can someone please help me? I need some code to disable click through on the headings on all of these summary blocks on the product page: https://www.surti.co.nz/products
Jia Posted April 10 Posted April 10 25 minutes ago, MorganTaitoko said: Can someone please help me? I need some code to disable click through on the headings on all of these summary blocks on the product page: https://www.surti.co.nz/products Hi, add this code to custom css. It targets all the summary blocks on that specific page only: #collection-659478f9fc420f3254c5d2d1 { .summary-thumbnail-container { pointer-events: none !important; } } Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
MorganTaitoko Posted April 19 Author Posted April 19 Thanks Jia. I popped in the code but it didn't seem to work
Solution tuanphan Posted April 21 Solution Posted April 21 On 4/19/2024 at 7:04 AM, MorganTaitoko said: Thanks Jia. I popped in the code but it didn't seem to work You can use this new CSS code body#collection-659478f9fc420f3254c5d2d1 .summary-title-link { pointer-events: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment