Jump to content

Disable clickthrough on text block

Go to solution Solved by tuanphan,

Recommended Posts

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

Text is not clickable because Arrows overlap text

image.thumb.png.c7f81f56320909928d4e7cea73264529.png

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.