How to edit collection title position in dawn theme

I will like to have the collection title at the center of the collection page. Also, the “ About us” on the About us page is on the left which doesn’t align with the texts and picture on the page which are centered . I would appreciate an assistance on that . I am using the Dawn theme.

1 Like

Hi @Folake1 ,

Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.

https://cocorosey.net/

@Folake1 - please add this css to the very end of your base.css file and check, should look like screenshot below

.main-page-title {text-align: center;}

.collection-hero__title {text-align: center;}

1 Like

@suyash1 I noticed that the solution doesnt apply to my home page as the collection names are still to the left. I thought the code would fix that on every page on the website. Kindly help.

@Folake1 - for homepage add this

.title-wrapper-with-link {justify-content: center;}

Hi! I added the code you put and it worked for the title, is there any specific code I can add for the description. Because as of now, i have the title in the centre but the description remains on the left.

Thank you :slightly_smiling_face: