How can I change default product description font size, please? I appreciate any help.
You can try this way:
-
Go to your Shopify admin dashboard > Online store > Theme > Actions > Edit codes
-
Search for Asset > theme.scss.liquid > then paste this code at the bottom of the file:
.product-single__description ul{
font-size: 20px !important;
}
20px can be changed to other size, depending on your request.
I hope this helps. Let me know if you have more questions!
.product-single__description ul{
font-size: 16px !important;
}
Try out this code and add this code in the bottom of base.css file.
Hi, thanks a lot but I can not see the theme.scss.liquid on my assets. Could it be theme.liquid ?
Sorry the code didn’t work unless I’m doing something wrong.
@spookiesdream
base.css
Add te code in this base.css file.
Hi, I’ve added it to my site but it doesn’t change the font.
Would you please help me? I appreciate it.
My page is theoverland.co and the password is: landover
.product__description.rte {
font-size: 15px !Important;
}
Add this code in the bottom of the section-main-product.css file.
Thank you!!! That worked!
Thank you! This finally worked for me after trying 30 other suggestions. Do you know how to change the font size in the footer Studio Theme?
Thank a Lot, it works
Hi There, These haven’t worked for me. See attached I’m not sure why it’s showing up like this:
