What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: How to resize font in product card only not on product page

Solved

How to resize font in product card only not on product page

IntechCarl
Shopify Partner
78 0 8

Hi everyone,

 

I want to resize my product title but only on cards not on the product page itself. Does anyone know how to do it?

 

See photo for reference.

IntechCarl_1-1700182818764.png

 

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @IntechCarl 👋

Inside Shopify Admin, you can go to  Edit theme code, open file base.css and add this code at the bottom

.card__heading a {
    font-size: 14px;
}

The result

Screenshot 2023-11-17 at 11.19.33.png

This does not affect your product pages.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Reply 1 (1)

ZenoPageBuilder
Shopify Partner
1052 203 227

This is an accepted solution.

Hello @IntechCarl 👋

Inside Shopify Admin, you can go to  Edit theme code, open file base.css and add this code at the bottom

.card__heading a {
    font-size: 14px;
}

The result

Screenshot 2023-11-17 at 11.19.33.png

This does not affect your product pages.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com