Font Size

Solved
loveandtiers
Excursionist
17 1 6

How do I change the font size of the collection headings on the collection cards themselves. I would like to reduce this on all collections throughout. I am using the Craft theme, and do not know how to update the CSS code.

 

I am not looking to change the font size of the product title.

 

Please could you let me know how this can be achieved.  

 

Thanks in advance. 

Accepted Solution (1)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @loveandtiers 

 

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 </body> tag

<style>
h3.card__heading {
    font-size: 17px !important;
}
</style>

RESULT:

Moeed_0-1693817354809.png

 

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

 

Best Regards,
Moeed

 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 6 (6)
Moeed
Shopify Partner
3046 760 924

Hey @loveandtiers 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @loveandtiers 

 

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 </body> tag

<style>
h3.card__heading {
    font-size: 17px !important;
}
</style>

RESULT:

Moeed_0-1693817354809.png

 

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

 

Best Regards,
Moeed

 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
loveandtiers
Excursionist
17 1 6

Thanks for your help that's really appreciated. 

Moeed
Shopify Partner
3046 760 924

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.

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Lucy5134
Tourist
7 0 1

Hi Moeed,

We've been attempting to adjust the font size of the product title in the Craft theme without success. Could you kindly guide us through the process? Your assistance would be greatly appreciated. Thank you!

Moeed
Shopify Partner
3046 760 924

Hey @Lucy5134 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️