How can I center text titles using the Dawn theme?

I can’t seem to center the text titles on these pages using dawn theme, please help me with this

@sadmoney Please go to assets/base.css and paste the below CSS at bottom of file.

.title-wrapper-with-link {
    align-items: center;
    text-align: center !important;
    display: block !important;
}
1 Like

Hi @sadmoney ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

1 Like

Dear @AvadaCommerce

https://sadmney.com/

Dear @DelightCart

Thank you but it only worked for the home page and not the other pages.

Please advise on how to apply it for all pages.

Hi @sadmoney ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.collection-hero__title,
.main-page-title {
    text-align: center !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Thank you so much!

1 Like