JackNathanRichards Posted August 6 Share Posted August 6 Hello, I am trying to disable all click-ability on the "What We Sell" text block (https://www.tonihaberteam.com/#block-2ee313e4b5fec4f9f4b1) so that the images in the summary block underneath are clickable. I thought it would be as simple as disabling pointer-events but that doesn't seem to be working. I currently have the following CSS trying to target the class and ID (neither have worked): .fe-block-2ee313e4b5fec4f9f4b1, #block-2ee313e4b5fec4f9f4b1{ pointer-events: none!important; user-select: none; // chrome and Opera -moz-user-select: none; // Firefox -webkit-text-select: none; // IOS Safari -webkit-user-select: none; // Safari } Thanks in advance for your help! Link to comment
Solution tuanphan Posted August 6 Solution Share Posted August 6 Text is not clickable because Arrows overlap text Try some code like this #collection-6675f3356d98211370a489e0 { .summary-carousel-pager { padding: 0px !important; top: 50% !important; transform: translateY(-50%); } .sqs-gallery-design-carousel .sqs-gallery-controls .previous { padding: 20px 5px !important; margin: 0px !important; } .sqs-gallery-design-carousel .sqs-gallery-controls .next { padding: 20px 5px !important; margin: 0px !important; }} 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!) Link to comment
JackNathanRichards Posted August 12 Author Share Posted August 12 Thanks @tuanphan, that solution didn't quite account for the styling I had in mind, but it did point me in the right direction. I disabled click through on .summary-carousel-pager while keeping it active for the .sqs-gallery-controls .previous/.next so that the image behind them stays clickable. Thank you for your help! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment