Shopify themes, liquid, logos, and UX
Hey there
I need help with changing size of a rich text mobile version on dawn theme. I tried a solution here but didnt work out unfortunately. I need to make it smaller
Thank you so much
Solved! Go to the solution
This is an accepted solution.
I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:
Add this css at the bottom
Online Store ->Theme ->Edit code
Assets -> section-rich-text.css
@media(max-width:767px){
.rich-text__blocks>* {
font-size: 14px !important;
}
}
Hope you find my answer helpful!
Regards,
Richard-pagefly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Share the password. also, how do you want this section >?
Thank you
I want the section to be smaller -the font size is to big - but just on mobile version
pw: letsgetkinky2022
This is an accepted solution.
I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:
Add this css at the bottom
Online Store ->Theme ->Edit code
Assets -> section-rich-text.css
@media(max-width:767px){
.rich-text__blocks>* {
font-size: 14px !important;
}
}
Hope you find my answer helpful!
Regards,
Richard-pagefly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
worked perfectly ! Thank you ! Any idea - maybe how i can change the font to? mobile and desktop version?
Hi @KinkySelection
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
Change the number to font-size you like
@media(max-width: 749px){
.rich-text__text{
font-size: 10px;
}
}
Thank you! I could find a solution!
Appreciate all your Help!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025