Shopify themes, liquid, logos, and UX
Hello All (Again)
I have tried all these different codes and nothing is working.
I am trying to get the heading and the collection description to be centre. Any help would be greatly appreciated please.
Thank you
Solved! Go to the solution
This is an accepted solution.
Hello @ImStillLearning ,
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>
<style>
h1.collection-hero__title {
text-align: center;
}
.collection-hero__text-wrapper {
text-align: center;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hey @ImStillLearning
Follow these steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body>
<style>
.collection__title .title{
text-align: center;
}
</style>
Hello
Thank you for your reply. But this didnt work. 😞
This is an accepted solution.
Hello @ImStillLearning ,
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>
<style>
h1.collection-hero__title {
text-align: center;
}
.collection-hero__text-wrapper {
text-align: center;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Thank you so it centred the heading but not the collection text.
So I cam across this and this worked to centre the collection page description.
Thank you for all your help.
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024