How to change product title font size only on product page. (DAWN THEME)

@thevista888

Please add the following code at the bottom of your CSS file.

@media only screen and (min-width: 750px){
h1.product__title { font-size: 3.2rem !important; }
}

Hope this works.

Thanks!

4 Likes