Change page title font size on Craft theme

Hello, I am trying to reduce the font size of my page titles and also section titles on the homepage, see screenshots with text highlighted in yellow below. Please could someone help me with how to do this?

1 Like

HEllo @sfths
Please provide url and password of your website.

Hello @sfths
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Hey @sfths

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

Hello @Moeed - thanks for your help but this doesn’t seem to have changed anything. Any tips?

Hello @sfths
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

Hello all I have now sorted this using a different article, thanks all the same.

@sfths Add this Code

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 on theme.liquid

.collection-hero__title { font-size: 14px !important; } h2.blog__title { font-size: 14px !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.