visionsbyfurks Posted December 24, 2020 Share Posted December 24, 2020 Site URL: https://www.studiofurks.com/news Hello, I was trying to make the images on https://www.studiofurks.com/news not clickable. I don't want them to redirect the user to the blog post(s) I wanted to do this across all the blog posts. Currently I have used the following code to make the Blog titles and meta data unclickable: //Disable blog titles from being clicked .white .blog-masonry .blog-title{ pointer-events: none; } //Disable blog meta from being clicked .blog-masonry .blog-categories-list a, .blog-masonry .blog-author, .blog-masonry .blog-date, .blog-masonry .blog-meta-delimiter{ pointer-events: none; } What can I use to do this on the images on the page? Thanks Link to comment
Beyondspace Posted December 25, 2020 Share Posted December 25, 2020 21 hours ago, visionsbyfurks said: Site URL: https://www.studiofurks.com/news Hello, I was trying to make the images on https://www.studiofurks.com/news not clickable. I don't want them to redirect the user to the blog post(s) I wanted to do this across all the blog posts. Currently I have used the following code to make the Blog titles and meta data unclickable: //Disable blog titles from being clicked .white .blog-masonry .blog-title{ pointer-events: none; } //Disable blog meta from being clicked .blog-masonry .blog-categories-list a, .blog-masonry .blog-author, .blog-masonry .blog-date, .blog-masonry .blog-meta-delimiter{ pointer-events: none; } What can I use to do this on the images on the page? Thanks .blog-masonry-wrapper .image-wrapper { pointer-events: none; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
visionsbyfurks Posted December 25, 2020 Author Share Posted December 25, 2020 Hello, Really appreciate this @bangank36 it worked! 🙂 Link to comment
tuanphan Posted January 2, 2021 Share Posted January 2, 2021 @visionsbyfurks I see your site has a small problem. See video, look at the right of screen. https://www.loom.com/share/f90df69d1d964059874434c3119da009 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
visionsbyfurks Posted January 2, 2021 Author Share Posted January 2, 2021 @tuanphan Oh no sorry, it's because I deleted the page and redid it as as standard gallery without captions/text. Link to comment
tuanphan Posted January 6, 2021 Share Posted January 6, 2021 On 1/3/2021 at 4:05 AM, visionsbyfurks said: @tuanphan Oh no sorry, it's because I deleted the page and redid it as as standard gallery without captions/text. Have you solved this yet? (y) 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
visionsbyfurks Posted January 7, 2021 Author Share Posted January 7, 2021 @tuanphan Solved thank you Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.