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?
Hi @erikimprov
Would you mind to share your store URL? Thanks!
Hello @erikimprov
can you share store URL?
Thanks for the info, Its password protected.
password?
Sorry. I have removed password now
Sorry for that. I’ve removed password now
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
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid