How to change font size in product information text (Dawn)?

Hi,

I am trying to make the size of this text smaller. It’s made in the theme editor and I need a code to edit it but I cannot find it anywhere.

Can anyone help me, please?

Thank you!

https://ecoaya.com/products/mens-organic-pima-cotton-long-sleeve-shirt?variant=42496974160118

Hey @marsvobodova .

Thanks for reaching out.

I appreciate that you have included the theme you are using on your online store as that is very helpful! Looking into the Dawn theme, we can make changes to the font by navigating to the Theme Editor and changing the text style within the section. I took a screenshot from my test store to show you the section I am referring to:

For example, we can switch the text style to uppercase as that should make the text a bit smaller allowing the title to stand out more.

Let me know if that does the trick.

Please add below css in bottom of assets/section-main-product.css file

.product__info-container .caption-with-letter-spacing {
font-size: 0.8rem;

}
Thank you.

This code doesn’t change anything. Thanks!

Thank you, that is a good temporary solution but it’s not ideal.