Solved

DAWN Theme - Can Body Text size

chosenfashion
Excursionist
20 0 4

Hello everyone, I have been trying to change the body text size for ages but I have not been able to find it. I was able to change the other headers in the base.css file, however I am unable to find body.gradient.

Could someone help me out. This the text I want to changefont.PNG

Accepted Solution (1)
Ecommpremium
Shopify Partner
512 43 93

This is an accepted solution.

hi @chosenfashion  please go to base.css in assets file in edit code of theme and at the bottom of base.css paste this code.

.rich-text__text.rte p {
    font-size: 20px !important;
}
- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website

View solution in original post

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1569

hii, @chosenfashion 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

chosenfashion
Excursionist
20 0 4

https://chosenfashion.at 

There is a password on the side, the password is test

Thank you

Zworthkey
Shopify Partner
5581 642 1569

Hii, @chosenfashion 
Paste this code on top of the section-rich-text.css file.

.rich-text__text.rte p {
    font-size: 20px !important;
}

Thank You.

chosenfashion
Excursionist
20 0 4

Could you please tell me where exactly, maybe with a screen shot, Sorry, I am not good with coding

Ecommpremium
Shopify Partner
512 43 93

This is an accepted solution.

hi @chosenfashion  please go to base.css in assets file in edit code of theme and at the bottom of base.css paste this code.

.rich-text__text.rte p {
    font-size: 20px !important;
}
- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
chosenfashion
Excursionist
20 0 4

I thank you very very much. It worked

Ecommpremium
Shopify Partner
512 43 93

its a pleasure to help you! @chosenfashion 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website