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
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.