Re: Page title size in Dawn Theme

Solved

How can I reduce title size in Dawn Theme?

Angelfab
Excursionist
37 1 15

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?

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8274 1985 2435

This is an accepted solution.

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698258790739.png
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 7 (7)

codexecom
Shopify Partner
60 9 13

Can you please share store url..

Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I

Moeed
Shopify Partner
5432 1470 1756

Hey @Angelfab 

 

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

- Custom Design | Advanced Coding | Store Modifications


Angelfab
Excursionist
37 1 15

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

Thanks for having a look!

Moeed
Shopify Partner
5432 1470 1756

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

<style>
.main-page-title {
    font-size: 30px !important;
}
</style>

RESULT:

Moeed_0-1698258281462.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

- Custom Design | Advanced Coding | Store Modifications


Angelfab
Excursionist
37 1 15

Hi,

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

Made4uo-Ribe
Shopify Partner
8274 1985 2435

This is an accepted solution.

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1698258790739.png
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Angelfab
Excursionist
37 1 15

Thank you so much, it worked great!