Shopify themes, liquid, logos, and UX
Hi. In my Dawn Theme, on Mobile, and Desktop, I need to center the heading "CHRISTMAS COLLECTION" for the featured section list. Thanks for any help in advance!
Store: www.babidiboo.com
Solved! Go to the solution
This is an accepted solution.
Hi @babidibooparty , Here are the simple steps you can follow and center the heading.
1. On shopify admin go to sales channel and select online store
2. Click on customize the theme
3. Then got that featured collection section
4. in that section scroll to full down and you will find custom CSS
5. Then add the following code in the section
.title.inline-richtext {
text-align: center;
}
This is an accepted solution.
Hi @babidibooparty , Here are the simple steps you can follow and center the heading.
1. On shopify admin go to sales channel and select online store
2. Click on customize the theme
3. Then got that featured collection section
4. in that section scroll to full down and you will find custom CSS
5. Then add the following code in the section
.title.inline-richtext {
text-align: center;
}
Hi! this worked! thank you so much!
Glad my solution worked for you.
hi I having problems with my heading collection its not centering with any of the codes Ive tried them all im not sure why
Just follow the steps Below:
.collection .collection__title .title {
text-align: center;
}
The result:
I hope this solution worked for you!
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
Hi, You can center heading following this way
1. Open theme customizer the on homepage template goto that section
2. Then on section settings scroll down and find custom CSS
and page this code there:
.title.inline-richtext {
text-align: center;
}
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