Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @Jim_65
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.collage-wrapper-title {
text-align: center;
}
I’m sorry it hasn’t changed ![]()
Hello @Jim_65
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Hi @Jim_65
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.
h2.collage-wrapper-title.inline-richtext.h1 {
text-align: center !important;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @Jim_65
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the TOP of the file:
.collage-wrapper-title {
text-align: center;
}




