Can I change my Shopify text to bold font?

MatthewOzcan
Excursionist
18 0 6

Hi Guys,

Hoping you can help me. I am trying to find out how to change the text below into bold.

The text I am trying to change is 'THE HOME OF QUALITY VINTAGE GARMS'3189b03cad50bb6473ae69e5593ebb17.jpg

 

Many thanks

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @MatthewOzcan 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

MatthewOzcan
Excursionist
18 0 6
Savior
Shopify Partner
537 108 161

@MatthewOzcan 

1. Go to your store click on Actions > Edit Code

2. Assets > theme.css add below lines at the bottom of the file.

h3.SectionHeader__SubHeading.Heading.u-h6 {
font-weight: bold;
}

If helpful then please Like and Accept Solution.

banned
Zworthkey
Shopify Partner
5581 642 1565

@MatthewOzcan 
Paste this code on top of the theme.scss file.

h3.SectionHeader__SubHeading.Heading.u-h6 {
    font-weight: bolder !important;
}

Thank You.

MatthewOzcan
Excursionist
18 0 6

Thank you for the code, however, it still seems to not be working. I've pasted the code below. 75d57ddcd82cad29a34d426049115aca.png

Zworthkey
Shopify Partner
5581 642 1565

@MatthewOzcan 
Paste this code into the same file.

h3.SectionHeader__SubHeading.Heading.u-h6 {
    font-weight: bolder !important;
    font-size: 18px !important;
}



MatthewOzcan
Excursionist
18 0 6

Still doesnt seem to be working. The top line just displays red text