stuckwithfonts Posted October 31, 2020 Share Posted October 31, 2020 (edited) 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)... Edited November 1, 2020 by stuckwithfonts pw added 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 } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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)..... Beyondspace 1 Link to comment
Beyondspace Posted November 2, 2020 Share Posted November 2, 2020 Okay let me check your page and give a universal code Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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