Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
This is an accepted solution.
Hello @MyMawduh ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
{% if template contains 'index' %}
<style>
.collection-list-wrapper .title-wrapper-with-link,
.blog .title-wrapper-with-link {
justify-content: center;
}
</style>
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is an accepted solution.
It's my pleasure to help. 😁
This is an accepted solution.
Hello @MyMawduh ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
{% if template contains 'index' %}
<style>
.collection-list-wrapper .title-wrapper-with-link,
.blog .title-wrapper-with-link {
justify-content: center;
}
</style>
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Yes, that did it for me.
Thank you
This is an accepted solution.
It's my pleasure to help. 😁