natasyagunawann Posted November 30, 2022 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..
Beyondspace Posted November 30, 2022 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
natasyagunawann Posted December 14, 2022 Author 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.
Beyondspace Posted December 14, 2022 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted December 14, 2022 Posted December 14, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment