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. ![]()
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. ![]()
@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;
}
That worked! Thank you so much! ![]()