How can I reduce title size in Dawn Theme?

Hi there,

All the titles in Dawn theme are way too big, even with the setting at minimum in the editor.
I found how to lower the size font for the product titles, but not for the collection names or page titles.

Could someone help me?

1 Like

Can you please share store url..

Hey @Angelfab

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

Best Regards,
Moeed

our store url is https://www.myretroposter.com

Thanks for having a look!

Hey @Angelfab

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


RESULT:

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

Best Regards,
Moeed

1 Like

Hi @Angelfab

try 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:
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in,
h1.collection-hero__title {
    font-size: 3rem !important;
}
1 Like

Hi,

Thanks for the offered solution. Unfortunately I had already tried it and it didn’t work for us.

Thank you so much, it worked great!

1 Like