cmuzyka Posted November 30, 2022 Share Posted November 30, 2022 (edited) Website: http://www.testing.net The text size of our poster image blocks on our 7.0 site was defaulting to body copy, no matter what we tried, so I've added this code: .design-layout-poster * { font-size: 25px !important; } On the three homepage blocks lower down on the page (OIL & GAS/INDUSTRIAL/AEROSPACE) the text size is now fine, but on the INDUSTRIES page (http://www.testing.net/industries) I want the title to be larger (H1) and the subtitle text to be smaller (H3). Adjusting the font sizes in the Site Styles doesn't change anything. Please help! @tuanphan - we can always count on you! Edited November 30, 2022 by cmuzyka Link to comment
Beyondspace Posted November 30, 2022 Share Posted November 30, 2022 4 hours ago, cmuzyka said: Website: http://www.testing.net The text size of our poster image blocks on our 7.0 site was defaulting to body copy, no matter what we tried, so I've added this code: .design-layout-poster * { font-size: 25px !important; } On the three homepage blocks lower down on the page (OIL & GAS/INDUSTRIAL/AEROSPACE) the text size is now fine, but on the INDUSTRIES page (http://www.testing.net/industries) I want the title to be larger (H1) and the subtitle text to be smaller (H3). Adjusting the font sizes in the Site Styles doesn't change anything. Please help! @tuanphan - we can always count on you! You can try adding to Home > Design > Custom Css .Index-page.Index-page--has-image h1 { font-size: 30px; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 30, 2022 Share Posted November 30, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
cmuzyka Posted November 30, 2022 Author Share Posted November 30, 2022 @Beyondspace Thank you for that! The page headers are fine, it's the image poster blocks that are the issue: Link to comment
tuanphan Posted December 2, 2022 Share Posted December 2, 2022 Use some CSS like this section#industries-oil-and-gas { .image-title * { font-size: 50px !important; } .image-subtitle * { font-size: 30px !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment