GovConChris Posted November 18, 2019 Share Posted November 18, 2019 (edited) Hi, I was told by Squarespace Support that it is not possible to change the font size for Summary Blocks natively within Squarespace. Changing the text in the place of origin wouldn't work for changing the font size either. I need to make the body / bio font seen in the image block bigger using CSS only for this specific summary block without impacting the global or rest of the sites' style - will someone help me write the necessary CSS lines? Edited November 18, 2019 by GovConChris Link to comment
moeezali Posted November 19, 2019 Share Posted November 19, 2019 Hi @GovConChris Sure, It's possible just share your site link with me I can help you. Link to comment
niveau5 Posted November 26, 2019 Share Posted November 26, 2019 Hello, I have the same question. I created a summary/gallery and the text is too big (underneath the images). I would like to change it without changing the body text of the entire site, her is the URL. Thanks https://www.niveau5.com/25ans#niveau_5_25_ans_retrospective Link to comment
christyprice Posted November 26, 2019 Share Posted November 26, 2019 (edited) @niveau5, try adding this to Custom CSS: .summary-excerpt p { font-size: 12px; } Your default font size was 14, so you can try 12 or any other size you'd like. Edited November 26, 2019 by christyprice christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
niveau5 Posted November 28, 2019 Share Posted November 28, 2019 On 11/26/2019 at 6:05 PM, christyprice said: @niveau5, try adding this to Custom CSS: .summary-excerpt p { font-size: 12px; } Your default font size was 14, so you can try 12 or any other size you'd like. I tried it, sorry it doesn't work, could it be the template (Shift) ? Link to comment
tuanphan Posted November 28, 2019 Share Posted November 28, 2019 4 hours ago, niveau5 said: I tried it, sorry it doesn't work, could it be the template (Shift) ? try adding !important to after, eg: font-size: 12px !important; if it still doesn't work, can you share link to your site? christyprice 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
niveau5 Posted November 29, 2019 Share Posted November 29, 2019 Oh!!!! It is working. Thanks! .summary-excerpt p { font-size: 12px !important; } ? Do you think there is a bit of code to add, to reduce the title/link as well ? Here is the link : https://www.niveau5.com/25ans#niveau_5_25_ans_retrospective Link to comment
tuanphan Posted November 29, 2019 Share Posted November 29, 2019 2 minutes ago, niveau5 said: Oh!!!! It is working. Thanks! .summary-excerpt p { font-size: 12px !important; } ? Do you think there is a bit of code to add, to reduce the title/link as well ? Here is the link : https://www.niveau5.com/25ans#niveau_5_25_ans_retrospective a.summary-title-link { font-size: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
exploring Posted November 29, 2019 Share Posted November 29, 2019 2 hours ago, tuanphan said: a.summary-title-link { font-size: 10px; } 18 hours ago, tuanphan said: try adding !important to after, eg: font-size: 12px !important; if it still doesn't work, can you share link to your site? Thank you! it works, I had the same issue! thanks a ton. Link to comment
niveau5 Posted December 1, 2019 Share Posted December 1, 2019 The link works as well! Alright, Thank you so very much! Link to comment
Changement Posted February 28, 2021 Share Posted February 28, 2021 Hi, I'm trying to use this piece of coding that I've seen suggested before - but it doesn't make the change? .summary-excerpt p { font-size: 14px; !important; } When I keep !important; then I get a Syntax error for line 2 and the font size doesn't change. When I delete !important; then the font size doesn't change either Thanks for any suggestions for how I change this. (My site isn't published yet so can't send you a link unfortunately. Link to comment
tuanphan Posted March 2, 2021 Share Posted March 2, 2021 On 2/28/2021 at 5:45 PM, Changement said: Hi, I'm trying to use this piece of coding that I've seen suggested before - but it doesn't make the change? .summary-excerpt p { font-size: 14px; !important; } When I keep !important; then I get a Syntax error for line 2 and the font size doesn't change. When I delete !important; then the font size doesn't change either Thanks for any suggestions for how I change this. (My site isn't published yet so can't send you a link unfortunately. Can you share link to page in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Changement Posted March 2, 2021 Share Posted March 2, 2021 Thanks for responding but the site isn't live yet....so I can't share the link right? Link to comment
tuanphan Posted March 6, 2021 Share Posted March 6, 2021 On 3/2/2021 at 10:59 PM, Changement said: Thanks for responding but the site isn't live yet....so I can't share the link right? Yes. You can setup password & share site url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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