Shopify themes, liquid, logos, and UX
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?
Thank you a lot in advance!
Solved! Go to the solution
This is an accepted solution.
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!
.card__content a {
font-size: 20px;
}
Result:
I hope it help.
Hi @arutze ,
Try this. And tell me if change the other Fonts. Thanks!
.product__description.rte.quick-add-hidden p {
font-size: 15px;
}
Result:
I hope it help.
Hi @Made4uo-Ribe thank you!
How can I increase the product name in "You may also like" and "Featured product" section
This is an accepted solution.
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!
.card__content a {
font-size: 20px;
}
Result:
I hope it help.
thank youu, it helped!!
Hello @arutze ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Assets folder -> base.css file -> Add this following code at the bottom of page
.product-description {
font-size: 14px;
}
.about-us-section {
font-size: 14px;
}
Save changes
Hope this can help.
Transcy
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024