Solved

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

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)

made4Uo
Shopify Partner
3805 713 1129

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;
}
Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!

View solution in original post

Replies 3 (3)

made4Uo
Shopify Partner
3805 713 1129

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;
}
Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
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
3805 713 1129

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

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!