Moving position of title category banner - dawn theme

Topic summary

A user seeks help repositioning a category banner title to center alignment in the Dawn theme.

Solution Provided:

  • Navigate to Shopify Admin → Online Store → Themes → Edit code
  • Open the base.css file
  • Add CSS code at the end: h1.collection-hero__title { text-align: center !important; }

Current Status:
The solution successfully centered the title, but the body text remains unaffected. The original poster is now asking how to modify the code to also center the body text. The issue is partially resolved, with follow-up assistance needed for complete implementation.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Hi!

Can anyone help on moving the title of the category banner to the center?

Thanks in advance

store url: www.mism.store

Thanks in advance!

Best,

team-mism

Hi @monomgroup

You can follow our suggestion to moving the title of the category banner for your store.

Step 1: At Shopify Admin, select Online Store → Themes → Edit code

Step 2: Find and open the file base.css

Step 3: Add the following code at the end of the base.css file:

h1.collection-hero__title {
text-align: center !important;
}

Here’s the result:

If it worked, please mark as a solution. Good luck!

Thanks! That worked for the title. It didnt take ti body text thought. How to edit code ? Thanks in advance. Much appreciated!