Changing font size for featured collection title (Debut)

@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