@aspiranthalloun - can you please share this page link?
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, ortheme.cssdepending 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.