How can I adjust the heading size in Dawn theme?

Hi

Having a bit of trouble making the heading size smaller in dawn theme when i go into typography only this comes up. None of the coding on other answers have worked.

This is the heading I am hoping to change:

Thanks!

@Trash hello try to move the font size scale

that only makes it bigger - need to make smaller

1 Like

Put this css in assets > base.css

h1, .h1 {
font-size: 30px;
}

@media only screen and (min-width: 750px) {
h1, .h1 {
font-size: 40px;
}

}

1 Like

Hi @Trash ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

thanks this helped - I edited the existing code that was already there