Shopify themes, liquid, logos, and UX
Tell me, please, how do I change the size of the text in the product grid - Product color Font Size and price font placement like my product page (image 2)? . I'm using the reformation theme. I don't have the base.css file in my code. Please tell me how to do this.
Here is the link to the website https://noenddenim.com/
Solved! Go to the solution
This is an accepted solution.
You can change it by adding custom CSS to your collection product grid in shopify customizer
.product-card .product-card-title {
font-size: calc(var(--font-product-title-scale, 1)* .7375rem);
line-height: calc(var(--font-product-title-line-height-scale, 1)* 1.5);
font-weight: 500;
display: block;
margin-bottom: 5px;
}
This is an accepted solution.
You can change it by adding custom CSS to your collection product grid in shopify customizer
.product-card .product-card-title {
font-size: calc(var(--font-product-title-scale, 1)* .7375rem);
line-height: calc(var(--font-product-title-line-height-scale, 1)* 1.5);
font-weight: 500;
display: block;
margin-bottom: 5px;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025