All things Shopify and commerce
Hello,
I am using Colorblock theme and my prices are too big font size. How do I change to smaller font size?
Here is my store: Produkter – Ekix & Co. (e2e2d2-3.myshopify.com)
Solved! Go to the solution
This is an accepted solution.
HI @erikimprov
If you want to decrease the font size, then You can try the below process
1. Go to the Online Store
2.
3.Go to the component-card.css file
4. Then add
.card-information .price{
font-size:1rem;
}
Output:
Hi @erikimprov
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:
.price {
font-size: 1.2rem;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
HI @erikimprov
If you want to decrease the font size, then You can try the below process
1. Go to the Online Store
2.
3.Go to the component-card.css file
4. Then add
.card-information .price{
font-size:1rem;
}
Output:
Thank you! This worked
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025