Re: Change Text Size in Featured content

Solved

How can I adjust mobile text size in Debutify's featured content?

pmrmatos
Tourist
13 0 1

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.

 

pmrmatos_0-1700876063380.png

 

 

Can you please help?

 

Thanks

Pedro 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11693 2292 2473

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.

View solution in original post

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
11693 2292 2473

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.

pmrmatos
Tourist
13 0 1

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

Dan-From-Ryviu
Shopify Partner
11693 2292 2473

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.

pmrmatos
Tourist
13 0 1

Thanks a lot, Dan.

Dan-From-Ryviu
Shopify Partner
11693 2292 2473
Happy I could help

- 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.

ZenoPageBuilder
Shopify Partner
1052 203 229

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.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com