How can I change the position of the blog's title that is above the image to the center?

Topic summary

A user seeks help centering the blog post title that appears above the featured image in the Dawn theme.

Proposed Solution:

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Locate the CSS file in the Assets folder (typically base.css, style.css, or theme.css depending on the theme)
  • Add the following CSS code at the bottom of the file:
h1.article-template__title {
  text-align: center !important;
}
  • Save the changes

Status: The solution provider requests the store URL if the CSS fix doesn’t work, suggesting the discussion may need further troubleshooting. No confirmation yet on whether the solution resolved the issue.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

@aspiranthalloun - can you please share this page link?