Page title size in Dawn Theme

Solved
Alexandre_Jarde
Excursionist
27 1 10

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
4111 942 1148

This is an accepted solution.

Hi @Alexandre_Jarde 

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
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 7 (7)
codexecom
Shopify Partner
40 6 6

Can you please share store url..

Need Shopify Developer,Designer
Reachout me on whatsapp:https://wa.me/919721741072 or Email : info@codexecom.com, Skype: https://join.skype.com/invite/sDrWRlIVb20I
Moeed
Shopify Partner
3046 760 924

Hey @Alexandre_Jarde 

 

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. ❤️
Alexandre_Jarde
Excursionist
27 1 10

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

Thanks for having a look!

Moeed
Shopify Partner
3046 760 924

Hey @Alexandre_Jarde 

 

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


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

Hi,

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

Made4uo-Ribe
Shopify Partner
4111 942 1148

This is an accepted solution.

Hi @Alexandre_Jarde 

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
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Alexandre_Jarde
Excursionist
27 1 10

Thank you so much, it worked great!