ajwtaylor Posted September 14, 2022 Posted September 14, 2022 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
Ziggy Posted September 14, 2022 Posted September 14, 2022 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! ajwtaylor 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
ajwtaylor Posted September 14, 2022 Author Posted September 14, 2022 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
Ziggy Posted September 14, 2022 Posted September 14, 2022 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
ajwtaylor Posted September 14, 2022 Author Posted September 14, 2022 No problem done! I've noticed it still displays the 'read more' on the mobile website? Is this just a tweak to the CSS?
ajwtaylor Posted September 14, 2022 Author Posted September 14, 2022 ps it was my mistake, the read more on mobile is also gone, thanks again.
hansworks Posted January 5 Posted January 5 (edited) 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 January 5 by hansworks
tuanphan Posted January 8 Posted January 8 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!)
hansworks Posted January 9 Posted January 9 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?
tuanphan Posted January 10 Posted January 10 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!)
hansworks Posted January 12 Posted January 12 Sorry about that and the delayed response! https://playbook-nth.squarespace.com/all-resources pw: NTH2024#
tuanphan Posted January 14 Posted January 14 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!)
hansworks Posted January 17 Posted January 17 As always, thank you so much for your support with such a specific request. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment