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

How do I make these texts smaller on the collection page?

How do I make these texts smaller on the collection page?

Lucas1200
Excursionist
44 0 9

How do I make these texts smaller on the mobile and desktop view?

IMG_5262.jpg

Check it out: sweaters

Replies 5 (5)
Lucas1200
Excursionist
44 0 9

yes and the price size 

LizHoang
Shopify Partner
284 35 61

Hi @Lucas1200 , 

 

You can follow the instruction below to reduce size of the text: 

 

1. Go to Shopify > Theme > Customize > Open Custom CSS

2. Copy and paste the code below > adjust the font size as desired > Save

 

 

#shopify-section-template--21588491010394__product-grid .card__information h3.card__heading > a {
    font-size: 12px !important;
}
.card-information span.price-item {
    font-size: 12px !important;
}

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Lucas1200
Excursionist
44 0 9

It works on desktop not on mobile and my custom css is already full.... 

GTLOfficial
Shopify Partner
672 141 136

Hello @Lucas1200 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

#shopify-section-template--21588491010394__product-grid a.full-unstyled-link {
font-size: 12px !important;
}
.card-information > .price {
font-size: 1.2rem !important;
}

result
55.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Lucas1200
Excursionist
44 0 9

It doesn't worked..