Hi, im trying to find a way to center the title of the featured collection to the center but cant find a way. By the way im using RTL app if it might help to find a solution.
1 Like
Hi @Aviio
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
hi the url is flarrie.com
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.collection__title h2.title {
text-align: center;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
