Solved

Changing rich text font size on dawn

Macker
Excursionist
21 0 4
Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Paste this code on top of the section-rich-text.css file.

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

Thank You.

View solution in original post

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @Macker 
Can you give me  a screenshot of your problem so,
I can solve it perfectly.
Thank You.

Macker
Excursionist
21 0 4

https://vibranthound.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=127768199345

For the headlines of rich text I want to decrease headline 1-2

For the rich text I want to increase main body of text to 15-176px

Macker
Excursionist
21 0 4

Screen Shot 2021-10-23 at 2.32.16 pm.png

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Paste this code on top of the section-rich-text.css file.

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

Thank You.

Macker
Excursionist
21 0 4

Thank you very much. How could I do the same for "image with text" to make the same size as rich text?

Zworthkey
Shopify Partner
5581 642 1565

Hii, @Macker 
Paste this code on top of the component-image-with-text.css file.

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

Thank You.

MaBa
Explorer
115 1 16

Hi @Zworthkey what if I want to do it only for one rich text section?