Need Help with Product Titles Size

Need help making the product titles larger on my website- I use Craft Theme.

thank you

Hello @peachykeene

Can you share your store URL?

Hey @peachykeene
Kindly share your Store URL and Password if enabled

Peachy Keene Books and Toys

password: peachypie

Peachy Keene Books and Toys

password: peachypie

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.card__heading a {
    font-size: 20px !important;
}

The result

Hope that helps!

Hey @peachykeene

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you @Moeed that worked!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.