How can I change my text to bold font?

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’

Many thanks

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

Great :slightly_smiling_face:

https://mjvintage.com/

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

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

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

Thank You.

Thank you for the code, however, it still seems to not be working. I’ve pasted the code below.

@MatthewOzcan
Paste this code into the same file.

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

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