Shopify themes, liquid, logos, and UX
Hi,
Is there a way to center the headings as shown below?
Page is:
https://tpydoibdr3hgoqqo-19218055.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hey @RemG ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.
.collection__title .title{
text-align: center !important;
}
If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
This is an accepted solution.
Hey @RemG ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.
.collection__title .title{
text-align: center !important;
}
If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
It does not work!
It does not work on Dawn theme v9
Hi.
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file base.css
h2.collage-wrapper-title.h1{
text-align: center !important;
}
h2.title.h1{
text-align: center !important;
}
Hope this answer helps.
Best Regards,
PageFly
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025