Jump to content

How do i make some summary blocks non-clickable

Recommended Posts

  • Replies 5
  • Views 353
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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!

Screenshot 2022-02-27 at 17.08.34.png

Screenshot 2022-02-27 at 17.08.05.png

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)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

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)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

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.