How I center the titles on the pages? Dawn theme

Topic summary

A user needed help centering page titles in the Dawn theme on Shopify.

Solution Provided:

  • Navigate to Online Store > Themes > Edit Code
  • Add CSS code to the base.css file:
.main-page-title.page-title {
    text-align: center!important;
}

Outcome:
The solution was successfully implemented and resolved the issue. The user confirmed it worked as intended.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hello,

How I center the titles on these pages like this one down below? thanks

duonova.ro

**Hello @Emilia9 **### ### Follow the step### Head to Online Store>Themes>Edit Code### Paste the code in the base.css file to very bottom

.main-page-title.page-title {
    text-align: center!important;
}

If you are unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.### ### Hopefully, it will help you. If yes then Please don’t forget to hit Like and Mark it as the solution!

1 Like

What segment of the page is this?

Thank you, it helped me! :slightly_smiling_face: