I am using Dawn Theme and the prouct description is super small and not easy to read or see. I want this to be bigger on desktop and mobile. Is there any way to adjust font size? it seems simple, but I do not have an option.
Thanks,
James
www.hudsonmealco.com
password is “password”
@jameschef86 - can you please share this page link?
Go to your online store → Customize → Settings → Custom Css
and paste this code in the custom css section
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text { font-size: 25px !important;
}
This worked great thank you.