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 ![]()
Go to your store click on Actions > Edit Code
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.
@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