RoyGarza Posted August 30, 2022 Share Posted August 30, 2022 Site URL: https://www.roygarzza.com I don't want the thumbnails in the index homepage to be clickable. I have a bunch of gifs in my home page that I want to use as welcome presentation without being able to click on it. There is a question in this forum that is very similar to what I am having trouble with.The difference is that I am looking to do it in the thumbnails in the index. here it is "Hi, I realize Squarespace doesn't supply the option to disable clickthroughs for a gallery block, but I'm wondering if there is a CSS ... workaround? I'm familiar with very basic coding but nothing like this. Basically, I don't want the images in the gallery homepage to be clickable/openable. Wells template. I could switch to an image block but that doesn't give me this layout." hopefully there can be a code that I can use to make it possible! Thank you 🙂 Link to comment
tuanphan Posted August 31, 2022 Share Posted August 31, 2022 Make it unclickable + keep hover. Do you use Personal or Business Plan? OR Make it unclickable + remove hover? Add to Design > Custom CSS a.index-item-link.intrinsic { 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!) Link to comment
RoyGarza Posted August 31, 2022 Author Share Posted August 31, 2022 4 hours ago, tuanphan said: Make it unclickable + keep hover. Do you use Personal or Business Plan? OR Make it unclickable + remove hover? Add to Design > Custom CSS a.index-item-link.intrinsic { pointer-events: none; } Thank you so much! I use a personal plan. Definitely making it unclickable + remove hover. I will try it out right now. Link to comment
RoyGarza Posted August 31, 2022 Author Share Posted August 31, 2022 4 hours ago, tuanphan said: AMAZING! THANK YOU SO MUCH IT WORKED Make it unclickable + keep hover. Do you use Personal or Business Plan? OR Make it unclickable + remove hover? Add to Design > Custom CSS a.index-item-link.intrinsic { pointer-events: none; } Thank you so much! I use a personal plan. Definitely making it unclickable + remove hover. I will try it out right now. 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