How can I adjust the font size of collection headings in the Craft theme?

Solved

How can I adjust the font size of collection headings in the Craft theme?

loveandtiers
Excursionist
23 1 8

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
6567 1783 2161

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
6567 1783 2161

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Moeed
Shopify Partner
6567 1783 2161

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


loveandtiers
Excursionist
23 1 8

Thanks for your help that's really appreciated. 

Moeed
Shopify Partner
6567 1783 2161

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


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
6567 1783 2161

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications