Shopify themes, liquid, logos, and UX
Dear All,
I am strugling with the different text fonts on some product pages. I recently added some code to make the product desscription text smaller, and since than every time I add new product with new description the font is different and so is the size. Please advice on how to fix.
Many thanks,
Lumi
Solved! Go to the solution
This is an accepted solution.
Now it worked sorry for that. Many thanks 🙏
Here is the code added for the text size before I created new products...
<style>
.product__description.rte.quick-add-hidden {
font-size: 14px !important;
}
</style>
Hey @Magicart
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Thank you. I have tried another code earlier and it works now. But much apreciated your help and compliments. 😊
Hello @Magicart ,
Here are the steps to apply the necessary changes in your Shopify store:
.product__description span {
font-family: Montserrat, sans-serif !important;
font-size:14px !important;
}
.product__description>h6{
font-size:14px !important;
}
Let me know if you need further assistance!
Thank you ZestardTech,
I tried your code but nothing changed on my side..the text is still different fonts. Any thoughts?
This is an accepted solution.
Now it worked sorry for that. Many thanks 🙏
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025