Re: Product text description too small - Dawn Theme

Solved

Product text description too small - Dawn Theme

jameschef86
Tourist
36 0 1

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.

 

Screenshot 2023-11-04 090643.png

Thanks,

 

James

 

www.hudsonmealco.com

 

password is "password"

Accepted Solution (1)

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

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;
}
banned

View solution in original post

Replies 3 (3)

suyash1
Shopify Partner
10472 1289 1651

@jameschef86 - can you please share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

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;
}
banned
jameschef86
Tourist
36 0 1

This worked great thank you.