Hi there,
I am wanting to increase the size of product titles in the dawn theme on collection pages. Any ideas?
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;
}
Did you find a solution?