Shopify themes, liquid, logos, and UX
I want to change the size of my rich text (caption) on mobile but keep it the same on desktop:
I want to change it to a size a bit smaller, like this:
I am using dawn theme
This is my store domain: qmpryp-cx.myshopify.com
Solved! Go to the solution
This is an accepted solution.
Hi @ads18922
Try this one.
@media only screen and (max-width: 749px){
.section-template--23797630435651__rich_text_FX4q4B-padding p.rich-text__caption.subtitle {
font-size: 12px;
}
.rich-text__wrapper {
padding: 0;
}
}
Im not sure how small you like it to be but you can adjust the size.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @ads18922
Try this one.
@media only screen and (max-width: 749px){
.section-template--23797630435651__rich_text_FX4q4B-padding p.rich-text__caption.subtitle {
font-size: 12px;
}
.rich-text__wrapper {
padding: 0;
}
}
Im not sure how small you like it to be but you can adjust the size.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Glad to know it worked! Would you mind hitting 'like' as well? Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025