Hey, how do i change the font of these:
Website Link: https://8c2dd1-3.myshopify.com/
A user seeks help changing font sizes for product collection elements on their Shopify store using the Motion theme.
Solutions Provided:
Two experts offered CSS code snippets to adjust font sizes for:
Implementation Steps:
Follow-up Issue:
The original poster cannot locate the base.css file in their Motion theme. An expert clarified they can alternatively add the code to theme.css or custom.css files instead.
The discussion remains open as the user works through implementation.
Hello There,
Admin go to online store → themes → actions → edit code
Find Asset >base.css and paste this at the bottom of the file:
Hello There,
Admin go to online store -> themes -> actions -> edit code
Find Asset >base.css and paste this at the bottom of the file:
.grid-product__title {
font-size: 15px;
}
.grid-product__tag.grid-product__tag--sold-out {
font-size: 10px;
}
.grid-product__price {
font-size: 15px;
}
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please follow these steps to add Css on your theme file:
Regards,
Santanu
thanks for the reply, but how do i do this on motion theme, i cant find base.css
thanks for the reply, but how do i do this on motion theme, i cant find base.css