Shopify themes, liquid, logos, and UX
Hello,
My product titles in catalog view are small and I can’t find a way to change it (check image).
Is there code that can fix this?
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, you like only to change the product title in the catalog right?
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.section-template--20471697047898__product-grid-padding .card__information a {
font-size: 22px !important;
}
And Save.
Result;
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @erikimprov
Would you mind to share your store URL? Thanks!
Thanks for the info, Its password protected.
Sorry. I have removed password now
This is an accepted solution.
Thanks for the info, you like only to change the product title in the catalog right?
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.section-template--20471697047898__product-grid-padding .card__information a {
font-size: 22px !important;
}
And Save.
Result;
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Looks a lot better now. Thank you!
Hello @erikimprov
can you share store URL?
password?
Sorry for that. I’ve removed password now
Hello @erikimprov
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
h1.collection-hero__title {
font-size: 39px !important;
}
</style>
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