Hey guys,
I've been able to centre some headings on my home page but not sure where to go or what code to post when it comes to my custom pages. What I'm hoping to achieve is making the title align in the centre. As you can see in the photo below, the heading aligns to the left. I'm fine with having the body text do this, but was hoping for a centred title for all of my custom pages. Thank you in advance to whomever responds!
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Please add the following code at the bottom of your assets/theme.scss.css file.
.template-page h1 {
text-align: center;
}
Hope this works.
Thanks!
Go to Online Store->Theme->Edit code
Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-page h1 {
text-align: center;
}
User | Count |
---|---|
431 | |
188 | |
104 | |
95 | |
92 |