Hello,
I am using the Dawn theme and I have noticed that some products show tiny text that makes it hard to even see. It’s only for some products and it only affects the descriptions tab. I am using Serif regular. Body size is currently 105. How do I fix this?
Thank you in advance.
Hi @MinnieLittyy
Would you mind taking a look and sharing your store’s URL along with the password if it’s protected?
Hi,
Hi!
Yes! Here is my store. No, its not password protected.
Thank you for the information.
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#station-tabs-tabpanel_ht-i0-t17 span {
font-size: 1.5rem !important;
}
div#station-tabs-tabpanel_ht-i0-t17 strong {
font-size: 2rem !important;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello!
It didn’t work. I put it in the base.css file at the bottom.
Can you try this one again. Thanks1
#station-tabs-tabpanel_ht-i0-t17 > div > h2 > strong {
font-size: 2rem !important;
}
#station-tabs-tabpanel_ht-i0-t17 > div > div > span {
font-size: 1.5rem !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello,
Unfortunately, that did not work either. Are you saying it could be an issue with the app I am using to make my tabs?
Possibility, because the other product the font was okay, and this scarft product it not. Also when we change one product description automatic all product description change.
I finally found the answer! For some reason, this was in my description. I went under products & for the description I chose to show the HTML. This was in the code:
Be dazzled by the Ashley Small White Leather Backpack! Flaunt this stylish and practical bag as an alternative to designer handbags. Easily transform it from backpack to crossbody/shoulder bag. Impeccably crafted with pebble leather, gold zippers, and leather tassels, it's perfect for the office or leisure.
I have no idea why that was in there but, once I removed the font size it went back to normal. Now, I have to go through all the products.
Thank you for your help!