Changing font size for featured collection title (Debut)

Hello,

How do I change the font size of the featured collection on the debut theme? Website: customcarposters.com.

Thanks in advance!

1 Like

@Lvan

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#shopify-section-1525239064985 .h2, #shopify-section-1525239064985 h2 {
    font-size: 1.8em !important;
}

Thanks!

1 Like

Thanks! You’re awesome! :slightly_smiling_face:

1 Like

Hi @dmwwebartisan , I’m looking to do the same but for all collection pages, my website is sneakersafe.co.uk running debut theme

Thanks

1 Like

@Timito

Please add the following code at the bottom of your assets/theme.css file.

.template-index .h2, h2{
    font-size: calc(((var(--font-h2-desktop))/ (var(--font-size-base))) * 1.5em) !important;
}

Hope this works.

Thanks!

this didn’t work for me

@Georges24

Please add the following code at the bottom of your assets/theme.css file.

.template-collection .section-header__title {
    font-size: 35px !important;
}

Thanks!

Thanks! I only see theme.scss.liquid I put it there but it doesn’t make the
the first and second word with a capital letter See its lower case want to
make it uppercase

@Georges24

Please share screenshot .

Thanks!