How can I align all page titles to the center?

Hello,

How can I center the title on all information pages?

Here’s a snippet for reference

Hello @MotionStore111

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

h1.title.mb-4 {
    text-align: center !important;
}

@MotionStore111 - can you please share this page link?

Sure, Store URL: https://merciane.com/

Thanks you got it.

Hi!

My theme does not have the base.css asset. Which asset would it be instead?

Thank you in advance.