stuckwithfonts Posted October 31, 2020 Share Posted October 31, 2020 Site URL: https://letsbuildsinsight.squarespace.com hi hello, curious if there's an easy way to lighten up the bold/strong weight used across all my fonts (say from 700 default to 600)... Link to comment
Beyondspace Posted November 1, 2020 Share Posted November 1, 2020 Hi, you can copy this to Settings -> design -> Custom Css Regarding to the bold, we should know exact element that you are in need to reduce the weight @media screen and (max-width: 600px) { #block-c5d3f6dc851d7c42d77a .image-subtitle p { font-size: 20px } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
stuckwithfonts Posted November 1, 2020 Author Share Posted November 1, 2020 12 hours ago, bangank36 said: Hi, you can copy this to Settings -> design -> Custom Css Regarding to the bold, we should know exact element that you are in need to reduce the weight @media screen and (max-width: 600px) { #block-c5d3f6dc851d7c42d77a .image-subtitle p { font-size: 20px } } Thanks for your help @bangank36 : does that mean I need to customize every poster block individually? Every page on the site has at least one poster with oversized text (on mobile)..... Link to comment
Beyondspace Posted November 2, 2020 Share Posted November 2, 2020 Okay let me check your page and give a universal code BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.