Shopify themes, liquid, logos, and UX
Hello,
How do I center align the "About Us" and "Get In Touch" titles on my About Us page.
https://backnineskincare.com/pages/about-us
Thanks so much!
Solved! Go to the solution
This is an accepted solution.
go to your store > theme > customize > page template or theme settings > custom css or theme base.css
.section h1.page-title {
text-align: center !important;
}
.section h2.title {
width: 100%;
text-align: center;
}
This is an accepted solution.
Hi @Back9ine ,
Go to Edit code, search for the theme.liquid file and put the following code at the end of the file:
<style> #shopify-section-template--16606470504626__main h1.page-title { text-align: center !important; } #shopify-section-template--16606470504626__d06db912-3072-4857-8645-6c72251af120 div.title-wrapper h2 { width: 100% !important; } </style>
Result:
Hope it helps @Back9ine
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
go to your store > theme > customize > page template or theme settings > custom css or theme base.css
.section h1.page-title {
text-align: center !important;
}
.section h2.title {
width: 100%;
text-align: center;
}
This is an accepted solution.
Hi @Back9ine ,
Go to Edit code, search for the theme.liquid file and put the following code at the end of the file:
<style> #shopify-section-template--16606470504626__main h1.page-title { text-align: center !important; } #shopify-section-template--16606470504626__d06db912-3072-4857-8645-6c72251af120 div.title-wrapper h2 { width: 100% !important; } </style>
Result:
Hope it helps @Back9ine
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi, thank you for the help.
This code worked!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025