natasyagunawann Posted November 30, 2022 Share Posted November 30, 2022 hello, so every time I bold a word, the weight is too strong, and I would like to choose a thinner weight, my font have lots of thickness so I want to change to either 300/400. I tried this css: h2 strong { font-weight: 300 } but it didn't work, I have attached the bold weight example, as well as after I enter the css but it didn't change anything. Please help.. thank you so much.. Link to comment
Beyondspace Posted November 30, 2022 Share Posted November 30, 2022 1 hour ago, natasyagunawann said: hello, so every time I bold a word, the weight is too strong, and I would like to choose a thinner weight, my font have lots of thickness so I want to change to either 300/400. I tried this css: h2 strong { font-weight: 300 } but it didn't work, I have attached the bold weight example, as well as after I enter the css but it didn't change anything. Please help.. thank you so much.. Basically, you should target the heading with block id so It will not affect globally on your site, use the !important to set the highest priority on Css style h2 strong { font-weight: 300 !important; } Support me by pressing 👍 or marking as solution if this useful for you 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
natasyagunawann Posted December 14, 2022 Author Share Posted December 14, 2022 hi Beyondspace, thank you for your help. I tried this code: h2 strong { font-weight: 300 !important; } but it still didn't work, I have attached the screenshot of it. Here is my website link: https://www.natasyagunawan.com/work/kurin (I would like to change the "Challenge" bold to have a thinner weight. Thank you so much. Link to comment
Beyondspace Posted December 14, 2022 Share Posted December 14, 2022 4 hours ago, natasyagunawann said: hi Beyondspace, thank you for your help. I tried this code: h2 strong { font-weight: 300 !important; } but it still didn't work, I have attached the screenshot of it. Here is my website link: https://www.natasyagunawan.com/work/kurin (I would like to change the "Challenge" bold to have a thinner weight. Thank you so much. You can try adding to Home > Design > Custom Css #block-63856713c34c34905fa0b336 h2 em { font-weight: 300; } Support me by pressing 👍 or marking as solution if this useful for you 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
Beyondspace Posted December 14, 2022 Share Posted December 14, 2022 My testing 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