Solved

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

heyspang
Excursionist
26 0 4

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

heyspang_0-1627352681614.png

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

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12269 2546 3692

This is an accepted solution.

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

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Reply 1 (1)

dmwwebartisan
Shopify Partner
12269 2546 3692

This is an accepted solution.

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

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app