lisagaron Posted February 28 Share Posted February 28 I'd like to limit the excerpt count on my blog landing page. Bonus if I can do this in summary blocks too. I have someone who assists me with admin work and don't want to have to go back and double check the work. Link to comment
Ziggy Posted February 29 Share Posted February 29 Can you share your website URL? 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Ziggy Posted March 1 Share Posted March 1 Add this to Custom CSS: .sqs-block-summary-v2 .summary-excerpt p { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; } Change the 5 to any value you want for the number of lines. tuanphan 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
lisagaron Posted March 1 Author Share Posted March 1 Thanks! That works for the summary blocks. How do I do this for the blog landing page too? See screenshot. Link to comment
Solution tuanphan Posted March 3 Solution Share Posted March 3 On 3/2/2024 at 2:54 AM, lisagaron said: Thanks! That works for the summary blocks. How do I do this for the blog landing page too? See screenshot. Use a code like this .blog-excerpt-wrapper { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } If you mean this page https://lisagaron.com/blog 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