Jump to content

Want to change Heading Bold font weight to a thinner one

Recommended Posts

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..

Screen Shot 2022-11-29 at 7.51.54 PM.png

Screen Shot 2022-11-29 at 7.52.09 PM.png

Link to comment
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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..

Screen Shot 2022-11-29 at 7.51.54 PM.png

Screen Shot 2022-11-29 at 7.52.09 PM.png

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 (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
  • 2 weeks later...
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.

Screen Shot 2022-12-13 at 11.16.38 PM.png

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 (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

My testing

image.thumb.png.43a90a14bb5b062cf2cb1cfaa4e569a9.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.