Jump to content

disable title & image from events

Go to solution Solved by creedon,

Recommended Posts

Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection.

<style>

  /* summary block thumbnail and title disable links */
  
  .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-thumbnail-container,
  .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-title-link
  
    {
    
      pointer-events : none;
      
      }
      
  </style>

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
25 minutes ago, creedon said:

Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection.

<style>

  /* summary block thumbnail and title disable links */
  
  .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-thumbnail-container,
  .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-title-link
  
    {
    
      pointer-events : none;
      
      }
      
  </style>

Let us know how it goes.

Yes! this worked for the page I sent, thank you!!! 

I tried putting it on this page : https://orange-horse-hwyf.squarespace.com/weekend-immersions (PW : 108108)

since i have some 'event summaries' listed there -- would this need another code? 

appreciate your help, this is a gamechanger. 

Link to comment
  • Solution
Quote

since i have some 'event summaries' listed there -- would this need another code?

Yes.

<style>

  /* summary block title link disable */
  
  .sqs-block-summary-v2 .summary-title .summary-title-link {
  
    pointer-events : none;
    
    }
    
  </style>

 

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
On 12/27/2022 at 11:51 PM, creedon said:

Yes.

<style>

  /* summary block title link disable */
  
  .sqs-block-summary-v2 .summary-title .summary-title-link {
  
    pointer-events : none;
    
    }
    
  </style>

 

I have one more page that I need this code for.... can you please help? I'm so close to being done with this site and so appreciate it! 

 

https://orange-horse-hwyf.squarespace.com

code 108108 

(neither of the codes above were working for this page!) 

Thanks!!

 

Link to comment

Ah. Different layout settings for the summary block require different code.

<style>

  /* summary block thumbnail and title disable links */
  
  .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-thumbnail-container,
  .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-title-link
  
    {
    
      pointer-events : none;
      
      }
      
  </style>

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
25 minutes ago, creedon said:

Ah. Different layout settings for the summary block require different code.

<style>

  /* summary block thumbnail and title disable links */
  
  .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-thumbnail-container,
  .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-title-link
  
    {
    
      pointer-events : none;
      
      }
      
  </style>

Let us know how it goes.

YAY , worked! 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.