I want to decrease font of Product description and other pages such as about us etc. When I decrease the font (Body) in Customize section, all the words get smaller, “About us” even “Shop” button become super small. How can I avoid it?
Try this. And tell me if change the other Fonts. Thanks!
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:
And Save.
.product__description.rte.quick-add-hidden p {
font-size: 15px;
}
Try this one if work in the “You may also like” and “Featured product” section. I cant check 2 pages on my end. So let me know if changes both of them or not. Thanks!