How can I center my blog title in the Dawn Theme?

Is there a way to centre my blog title in the Dawn Theme? It is left aligned by default and will not let me change it.

2 Likes

Site URL?

Hello @saucyware

Please use below code on assets → base.css at the bottom to center the blog title

.article-template__title:not(:only-child) {
text-align: center !important;
}

@saucyware

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-blog-post.css ->paste below code at the bottom of the file.
.article-template__title {text-align: center;}
1 Like

Thank you, this worked!

1 Like

I am facing this same problem but I have read comments and the problem solve.

@saucyware

its my pleasure to help us

@zeemega_89

can you please share url