Edit title/headline of a page and collection

Hi,

I am just setting up my website and I am stuck: Is there a way I can edit the title of a page or collection? For example, I would like the title of the collection to be centered but it is always on the left. And I would also like to change the size of the font as it seems very big.

I am using the craft theme.

Sorry, if this is a daft question and thanks in advance!

Greta.

Hi @LoveToCraft

Can you share with me the page url? I will help you check it.

HI @LoveToCraft
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.collection-hero__text-wrapper {
text-align: center;
}

Or you can share the store url, then we will help you

Thanks very much :). I think I solved it. Thanks for your help!

Thanks so much! I appreciate it :slightly_smiling_face: