FilmReviewDaily Posted August 19 Share Posted August 19 (edited) Hi all, We suddenly noticed that the ability to choose a custom font size for image captions has disappeared from our site. I was able to confirm that this is a platform change. Why Squarespace chooses to reduce customization options is beyond my pay grade, but we're seeking a CSS that would be correct before implementing. We use image captions on inline images on blog posts and on gallery blocks in a blog post. I'm assuming something along these lines? .sqs-block-image .design-layout-inline .image-caption-wrapper p { font-size: 16px; } Examples: Unable to change image caption to Paragraph 3: https://www.filmreviewdaily.com/new-reviews/alien-romulus Many pages seem to be grandfathered in? This is the format we prefer, Paragraph 3 image caption and Paragraph 2 body: https://www.filmreviewdaily.com/new-reviews/trap I wouldn't want this change to affect text on Blog summary pages (https://www.filmreviewdaily.com/new-reviews) or anywhere else on the site. Thanks in advance for your help! Chad Kennerk Digital Editor, Film Review www.filmreviewdaily.com Edited August 21 by FilmReviewDaily Link to comment
Solution tuanphan Posted August 22 Solution Share Posted August 22 Use code something like this for first link figcaption.image-caption-wrapper .image-caption * { font-size: 10px; } 12mackenzie, emilykrause and AspireMusicGroup 2 1 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
FilmReviewDaily Posted August 22 Author Share Posted August 22 (edited) Hmm, that didn't seem to work. These are blog posts, so would this go in the site's Custom CSS or in the Post Blog Item Code Injection? Edited August 22 by FilmReviewDaily Link to comment
tuanphan Posted August 24 Share Posted August 24 On 8/22/2024 at 11:17 PM, FilmReviewDaily said: Hmm, that didn't seem to work. These are blog posts, so would this go in the site's Custom CSS or in the Post Blog Item Code Injection? Custom CSS box 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
FilmReviewDaily Posted August 24 Author Share Posted August 24 Thank you tuanphan! This worked, though we went with 16px to replicate the font size we had previously. tuanphan 1 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