Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I'm trying to change the size of the text (in mobile) of the featured content section of my Debutify theme.
I tried css code but I'm not getting it.
Can you please help?
Thanks
Pedro
Solved! Go to the solution
This is an accepted solution.
Hi @pmrmatos
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after <head> tag
<style>
@media (max-width: 767px) {
#shopify-section-template--20243625017687__ac4afe20-38a4-47a3-aedd-6df4d69b6976 .grid__item .rte { font-size: 16px; }
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @pmrmatos
Please send me that page link to check
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi Dan
Link: https://www.ynspo.com/
I forgot to mention that the change that I need in the text size is in mobile.
Thanks
This is an accepted solution.
Hi @pmrmatos
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after <head> tag
<style>
@media (max-width: 767px) {
#shopify-section-template--20243625017687__ac4afe20-38a4-47a3-aedd-6df4d69b6976 .grid__item .rte { font-size: 16px; }
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Thanks a lot, Dan.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @pmrmatos 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#section-template--20243625017687__ac4afe20-38a4-47a3-aedd-6df4d69b6976 .lead {
font-size: 16px;
}
Make sure to change the font size value as you need.
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