Center Title Featured Collection Dawn Theme

I am trying to center the title of my featured collection on my homepage.

I have searched the community and tried several codes but can’t get any of them to work.

Any help with this would be greatly appreciated. :slightly_smiling_face:

www.stellarfaecreations.com

@StellarFae
Put below css into base.css file (Online store->themes->Edit code->assets->base.css)

h2.collage-wrapper-title.h1 {
    text-align: center !important;
}

1 Like

That worked! Thank you so much! :slightly_smiling_face: