Text in different font and sizes on product pages

Solved

Text in different font and sizes on product pages

Magicart
Tourist
9 1 7

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

 

Screenshot 2025-04-03 at 11.39.13.png

Accepted Solution (1)
Magicart
Tourist
9 1 7

This is an accepted solution.

Now it worked sorry for that. Many thanks 🙏

View solution in original post

Replies 8 (8)

Magicart
Tourist
9 1 7

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>

theycallmemakka
Shopify Partner
1803 437 470

Hi @Magicart ,

Can you provide link to the store?

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

Moeed
Shopify Partner
7375 1996 2438

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Magicart
Tourist
9 1 7
Magicart
Tourist
9 1 7

Thank you. I have tried another code earlier and it works now. But much apreciated your help and compliments. 😊

ZestardTech
Shopify Partner
6134 1097 1473

Hello @Magicart ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
.product__description span {
 font-family: Montserrat, sans-serif !important;
 font-size:14px !important;
}

.product__description>h6{
font-size:14px !important;
}

ZestardTech_0-1743677256426.png

 


Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Magicart
Tourist
9 1 7

Thank you ZestardTech,

 

I tried your code but nothing changed on my side..the text is still different fonts. Any thoughts?

Magicart
Tourist
9 1 7

This is an accepted solution.

Now it worked sorry for that. Many thanks 🙏