Debut theme - changing style of h1, h2 etc

hello, right now i am testing a new store and for this i am using debut theme, however i dont feel it is a very good developed theme. i wish to change the font size of h1 and turn off uppercase for h2 on the product page.

my shop is

www.heartofmardin.com

and here is the font issue

https://heartofmardin.com/pages/sizing

thx guys.

Please place this code at the end of theme.scss

.h2, h2 {
    text-transform: unset !important;
}
.h1, h1 {
    font-size: 31px !important;
}
1 Like

thank you so much sir, do you know how i can change font size?

I changed font size of h1. Did you see that?

yes sir, but h2 is way too small, this is why i asked. and thank you very much for your help!

.h2, h2 {
    font-size: 31px !important;
}
3 Likes

thank you very much sir