Shopify themes, liquid, logos, and UX
How do I change the description font size in the 'Rich Text' section in Sense theme, as there is no small, medium or large option?
Solved! Go to the solution
This is an accepted solution.
can you try this
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px){
.rich-text__text.rte {font-size: 20px;}
}
This is an accepted solution.
can you try this
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 750px){
.rich-text__text.rte {font-size: 20px;}
}
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