I’d also like to know how to bold the title and make the font bigger
1 Like
Please add the following code at the bottom of your assets/theme.css file.
.template-page h2.SectionHeader__Heading.Heading.u-h1 {
font-weight: bold;
font-size: 25px;
}
Hope this works.
Thanks!