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
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.
oh sorry for that issue can you try this code
h1.product-description-header {font-size: 30px;} /* change font size as you like */