How do I make the following text span wider on full width pages?

I’d also like to know how to bold the title and make the font bigger

https://92o2k3pjcmv4k88k-51034554559.shopifypreview.com

1 Like

@heyspang

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!