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
Hi @pmrmatos
Please send me that page link to check
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
Hi @pmrmatos
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after tag
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.
Thanks a lot, Dan.
Happy I could help