Hi there!
Trying to centre the heading for collections, normally I can work this out but Origin theme is pretty new to me.
Any help would be so helpful thank you!
Preview link https://7fb7cytt19he4lzy-79755870509.shopifypreview.com
![]()
A user seeks help centering collection page headings in Shopify’s Origin theme.
Proposed Solutions:
Multiple respondents suggest similar CSS-based fixes:
.collection-hero__title with text-align: center; at the bottom of the fileOne respondent also mentions adding code to the theme.liquid file before the </body> tag as an alternative approach.
Status: The thread presents consistent technical solutions but lacks confirmation from the original poster on whether any solution successfully resolved the issue.
Hi there!
Trying to centre the heading for collections, normally I can work this out but Origin theme is pretty new to me.
Any help would be so helpful thank you!
Preview link https://7fb7cytt19he4lzy-79755870509.shopifypreview.com
![]()
Hello @joeereira
.collection-hero__title {
text-align: center;
}
Hi @joeereira ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best regards,
Anthony
Hello @joeereira
Please add the following CSS at the end of the file Online Store → Theme → Edit code → Assets → base.css:
.collection-hero__title
{
text-align: center;
}
Please hit Like and Mark it as a Solution if you find our reply helpful.