amyleehayward Posted February 28, 2022 Share Posted February 28, 2022 Site URL: https://robin-impala-w8cj.squarespace.com/config/ How do i make some summary blocks non-cliackable. The summary is in Learn-Methods The first 7 (in pink) must be clickable and the others not. I found this on the forum but I can't figure out how to make it work on my site. Any help will be much appreciated! Link to comment
Beyondspace Posted February 28, 2022 Share Posted February 28, 2022 2 hours ago, amyleehayward said: Site URL: https://robin-impala-w8cj.squarespace.com/config/ How do i make some summary blocks non-cliackable. The summary is in Learn-Methods The first 7 (in pink) must be clickable and the others not. I found this on the forum but I can't figure out how to make it work on my site. Any help will be much appreciated! Try adding to Home > Design > Custom Css #block-yui_3_17_2_1_1644237213676_8262 .summary-item:not(:nth-child(7)){ pointer-events:none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
amyleehayward Posted February 28, 2022 Author Share Posted February 28, 2022 Thank you SO much!! @bangank36 this worked so well but only for the 7th one, I am trying to make the FIRST SEVEN CLICKABLE, what can i add in for the rest to work? 😄 Link to comment
Beyondspace Posted February 28, 2022 Share Posted February 28, 2022 Replacing my previous code with the following one #block-yui_3_17_2_1_1644237213676_8262 .summary-item:nth-child(n+8){ pointer-events:none; } Let me know how it goes BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
amyleehayward Posted February 28, 2022 Author Share Posted February 28, 2022 AMAZING!! Thank you so so much! Theres no way for the hover effect on the non clickable blogs to still work as it says "coming soon" ? Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 2/28/2022 at 9:58 PM, amyleehayward said: AMAZING!! Thank you so so much! Theres no way for the hover effect on the non clickable blogs to still work as it says "coming soon" ? Have you solved it yet? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment