Fresh Theme - Change Product Title Font & Increase Size

I’m using the Fresh theme and changing the font and size of the product titles is not an option in the theme settings. Where in the liquid files would I change this?

password is cheffe

@katied Hi,

Please copy this code and add it to any css file on your theme file. You will get many css file under the assets folder of the theme.

.product-description-header {
font-size: 28px !important;
}

Thank you and I hope it would be helpful for you.

@katied

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-product.min.css->paste below code at the bottom of the file.
h1.product-description-header {font-size: 30px;} /* change font size as you like */