How to center heading

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

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 @babidibooparty

Just follow the steps Below:

  1. Go to online store → theme
  2. select three dots and select code edit
  3. Search for the file theme.css and base.css
  4. past that code at the end
.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

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;
}

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