Center blog post name dawn theme

Hello, how do I center the name of my blog post? Thank you!

( ^ I want to center the highlighted part )

Store: artisimo.es

Pass: pongia

Hello @JordiP

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

h1.article-template__title { text-align: center !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

@JordiP
Please try this css in theme.liquid before body closing tag


Thanks!

1 Like

Thank you!