Shopify themes, liquid, logos, and UX
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
h2.collage-wrapper-title.inline-richtext.h1.scroll-trigger.animate--slide-in {
text-align: center !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @Jim
1. In your Shopify Admin go to online store > themes > actions > edit code
2. 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
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.
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
h2.collage-wrapper-title.inline-richtext.h1.scroll-trigger.animate--slide-in {
text-align: center !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @Jim
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the TOP of the file:
.collage-wrapper-title {
text-align: center;
}
Hi @Jim
Check this one.
h2.collage-wrapper-title.inline-richtext.h1 {
text-align: center !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024