Increase product title font on collection page - Dawn

Hi there,

I am wanting to increase the size of product titles in the dawn theme on collection pages. Any ideas?

HI @jack827382 ,

Welcome to the Shopify Community! Thanks for asking a good question on community. I’m here to help you with you issue.

For solving your issue could you please send your store URL, so that I can help you better with your issue.

Thanks

hello @jack827382

please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.

.shopify-section.spaced-section.collection-grid-section .collection  .grid__item .card-information__text{
         font-size: 15px;
 }
2 Likes

Did you find a solution?