StageSatyr Posted June 20, 2022 Share Posted June 20, 2022 (edited) 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. Any help greatly appreciated! Edited June 20, 2022 by StageSatyr Link to comment
Solution paul2009 Posted June 20, 2022 Solution Share Posted June 20, 2022 18 minutes ago, StageSatyr said: I don't want the images in the gallery homepage to be clickable Add this to Design > Custom CSS: .homepage #thumbnails { pointer-events: none!important; } StageSatyr 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
StageSatyr Posted June 20, 2022 Author Share Posted June 20, 2022 7 minutes ago, paul2009 said: Add this to Design > Custom CSS: .homepage #thumbnails { pointer-events: none!important; } Perfect, thanks so much Paul! paul2009 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