All things Shopify and commerce
This is an accepted solution.
Hi @ayushsah ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#MainContent .collection .card__information h3{
font-size:20px
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hey @ayushsah
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
This is an accepted solution.
Hi @ayushsah ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#MainContent .collection .card__information h3{
font-size:20px
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you so much !!
hi there,
does this work for version 15.2.0 of dawn theme. i tried but nothing happened. please help. i need to reduce the too big font size of product card headline or titles using dawn theme 15.2.0
/* Change font size for product card titles */
.card .card-information h3.card-information__text {
font-size: 16px; /* Adjust the size as needed */
}
/* Change font size for product card prices */
.price__regular, .price__sale, .price__unit {
font-size: 14px; /* Adjust the size as needed */
}
/* Change font size of the product text */
#MainContent .collection .card__information h3 {
font-size: 18px; /* Sets the font size to 18 pixels */
}
This worked great on desktop but didn't seem to change on mobile view. Could you advise how to change there?
Hi
how can i change the font size on the product title on the products page?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025