Re: feature collection Product Grid - Product color Font Size and price font placement Reformation T

Solved

feature collection Product Grid - Product color Font Size and price font placement Reformation Theme

noend
Excursionist
18 1 7

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/

 

截屏2024-03-01 上午11.38.50.png截屏2024-03-01 上午11.39.11.png

Accepted Solution (1)

stefansweb2020
Shopify Partner
134 10 5

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

View solution in original post

Reply 1 (1)

stefansweb2020
Shopify Partner
134 10 5

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