How to adjust the font size of my online store's collection?

How to adjust the font size of my online store's collection?

sondreskskfsghj
Tourist
41 0 2

Hey, how do i change the font of these: 

Website Link: https://8c2dd1-3.myshopify.com/ 

sondreskskfsghj_0-1675624153624.png

 

Replies 5 (5)

ZestardTech
Shopify Partner
6096 1091 1465

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;
}

ZestardTech_0-1675662103932.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
sondreskskfsghj
Tourist
41 0 2

thanks for the reply, but how do i do this on motion theme, i cant find base.css

 

INA_MSWEB
Shopify Partner
1281 144 168

Hi @sondreskskfsghj 

You can add the code on your theme.css or custom.css file.


Regards,

Santanu

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

INA_MSWEB
Shopify Partner
1281 144 168

Hi @sondreskskfsghj 

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:
1. Go to Online Store > Theme > Edit code.
2. Search Css file.
3. Paste the below code at bottom of the Css file -> Save

 

<style>

.grid-product__title {font-size: 15px !important;}

.grid-product__tag.grid-product__tag--sold-out {font-size: 10px !important;}

.grid-product__price {font-size: 15px !important;}

</style>



Regards,

Santanu

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Design, Migration, Speed, or Custom tasks?  
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin

sondreskskfsghj
Tourist
41 0 2

thanks for the reply, but how do i do this on motion theme, i cant find base.css