Moving position of title category banner - dawn theme

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!