Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
Hii, @Macker
Can you give me a screenshot of your problem so,
I can solve it perfectly.
Thank You.
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
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.
Thank you very much. How could I do the same for "image with text" to make the same size as rich text?
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.