Center titles in Dawn 15.0

Looking to center all titles on Dawn 15.0. Thanks!

https://dy3qxn3r9vjalvcz-27015643193.shopifypreview.com

HI @crosbyaudio ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    text-align: center !important;
}

Step 3: Save and reload home page.

=>> The result:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

Add this to custom CSS

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

Hi @crosbyaudio

check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

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

And save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks, that worked. Are you able to provide code for this title on the home page? It’s the only title that didn’t center.

https://crosbyaudio.com