Jump to content

Disable blog 'read more' and click through post

Recommended Posts

Site URL: https://thatstudio.scot/

Blog / Journal Link: https://thatstudio.scot/journal

Hi, im looking to be able to disable the click through pages on our journal page to enable more frequent updates with less content behind.

I have looked through other posts for answers / CSS that have been used by others asking this question, but none i've tried have worked. Can anyone help me?

Many thanks

Link to comment

Hi @ajwtaylor, can you try adding this to the Custom CSS on your website:

#collection-5c90f4a40cf57db23ae74c6c {
 .BlogList {
   pointer-events:none !important;
 }
 .BlogList-item-readmore {
   display:none !important;
 }
}

Please let me know if this works!

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
59 minutes ago, Ziggy said:

Hi @ajwtaylor, can you try adding this to the Custom CSS on your website:

#collection-5c90f4a40cf57db23ae74c6c {
 .BlogList {
   pointer-events:none !important;
 }
 .BlogList-item-readmore {
   display:none !important;
 }
}

Please let me know if this works!

Seems to have worked a treat! Thank you so much for your help

Link to comment

Fantastic, glad I could help, can you upvote my answer if you get a moment? Thanks!

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
  • 1 year later...

Hello All- Reviving this thread for my current 7.1 project. I tried using the code to remove the "read more" link by using my collection ID but with no success.

https://playbook-nth.squarespace.com/communications

 password: NTH2024# 

As far as i can tell the collection ID is 659613958b47182e64b137e0

could this be done with a section id for the blog?

section[data-section-id="659613958b47182e64b137eb"]:

Many many thanks!

Edited by hansworks
Link to comment
On 1/5/2024 at 7:17 AM, hansworks said:

Hello All- Reviving this thread for my current 7.1 project. I tried using the code to remove the "read more" link by using my collection ID but with no success.

https://playbook-nth.squarespace.com/communications

 password: NTH2024# 

As far as i can tell the collection ID is 659613958b47182e64b137e0

could this be done with a section id for the blog?

section[data-section-id="659613958b47182e64b137eb"]:

Many many thanks!

To remove read more link, use this CSS code

body#collection-659613958b47182e64b137e0 a.blog-more-link.passthrough-link {
    display: none !important;
}

 

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
12 hours ago, hansworks said:

Thank you so much. I found that this is a setting that can be turned on or off. However, it may be useful for the next question:

How can I adapt this code to stop the blog post CATEGORY from being a click through link?

Can you check page url?

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
On 1/13/2024 at 12:51 AM, hansworks said:

Sorry about that and the delayed response! https://playbook-nth.squarespace.com/all-resources pw: NTH2024#

You can use this code to Custom CSS box

body#collection-659613958b47182e64b137e0 .blog-categories {
    pointer-events: none;
}

 

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

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.