Change font weight for all H1, H2, H3, H4 etc.

Solved
kindredpeople
Explorer
78 1 23

Hello,

I am using the theme Showcase. I uploaded successfully a custom font for all headings, and body. 

However for the headings the weight is very heavy and looks bold. I want to reduce the weight of all headings. 

Could anyone help please?
Thanks

Georgia

Accepted Solution (1)

Accepted Solutions
made4Uo
Shopify Partner
2784 511 779

This is an accepted solution.

Hi @kindredpeople;

 

Just add this code on your base or theme CSS file under the Asset folder.

 

h1, h2, h3, h4, h5, h6, {
font-weight: normal !important;
}
Just be reminded that we are volunteering to help.
✿✿✿-

Likes  

and

 Accept as Solution

  will be much appreciated.✌-✿✿✿
For more Shopify Solutions and custom codes, just visit

 Made4Uo's website

.
Keep your stuffs private. Refrain from giving unnecessary access to your store.

View solution in original post

Replies 3 (3)
made4Uo
Shopify Partner
2784 511 779

This is an accepted solution.

Hi @kindredpeople;

 

Just add this code on your base or theme CSS file under the Asset folder.

 

h1, h2, h3, h4, h5, h6, {
font-weight: normal !important;
}
Just be reminded that we are volunteering to help.
✿✿✿-

Likes  

and

 Accept as Solution

  will be much appreciated.✌-✿✿✿
For more Shopify Solutions and custom codes, just visit

 Made4Uo's website

.
Keep your stuffs private. Refrain from giving unnecessary access to your store.
kindredpeople
Explorer
78 1 23
OMG IT WORKED!! THANK YOU SOOOO MUCH!!!!!! I SPENT HOURS LOOKING FOR THIS
CODE AND YOU JUST GAVE IT TO ME LIKE THAT!!
made4Uo
Shopify Partner
2784 511 779

Good to hear (",). Please accept as a solution. Thank you

Just be reminded that we are volunteering to help.
✿✿✿-

Likes  

and

 Accept as Solution

  will be much appreciated.✌-✿✿✿
For more Shopify Solutions and custom codes, just visit

 Made4Uo's website

.
Keep your stuffs private. Refrain from giving unnecessary access to your store.