Hey,
Im using Dawn and trying to centre the titles on Pages (not main website page), for example About Us, etc. You can centre body text but no option for the actual title so assuming need to alter the code. I checked a previous answer to same issue but didn’t work so not sure if an earlier version
Thankyou!
1 Like
@cocoskyn
Welcome to Shopify Community,
Kindly Share your Store Url, So that I can help you,
Properly.
Thank you.
Thankyou!
https://www.cocoskyn.com/
password - cocoskyn
1 Like
@cocoskyn
Add this code in the bottom of section-main-page.css file
h1.main-page-title.page-title.h0 {
text-align: center;
}
Oh amazing thankyou! what took me 2 hours took you 5 mins - much appreciated!