Shopify themes, liquid, logos, and UX
Hello, how do I center the name of my blog post? Thank you!
( ^ I want to center the highlighted part )
Store: artisimo.es
Pass: pongia
Solved! Go to the solution
This is an accepted solution.
@JordiP
Please try this css in theme.liquid before body closing tag </body>
<style>
h1.article-template__title {
text-align: center !important;
}
</style>
Thanks!
<style>
h1.article-template__title {
text-align: center;
}
</style>
result:
Hello @JordiP
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>
h1.article-template__title {
text-align: center !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
@JordiP
Please try this css in theme.liquid before body closing tag </body>
<style>
h1.article-template__title {
text-align: center !important;
}
</style>
Thanks!
Thank you!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024