how can i center the titles of my pages? (taste theme)

here are some screenshots of my issue

Hey @emotionaldebt22

Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

password: VILLAIN97

Hey @emotionaldebt22

That’s your Shopify Admin dashboard URL, please send me your website front end URL like for example (www.yourwebsite.com)

Best Regards,

Moeed

1 Like

sorry! here it is

Please share the password as well, your website is password protected.

Best Regards,

Moeed

password is VILLAIN97

Hello @emotionaldebt22 ,

I understand you are looking to align the heading text at the center of these informational pages - Shipping Policy, Terms of Service, Privacy Policy.

You can implement this change by adding the below mentioned code.

Steps -:

  1. Go to Online store β†’ Themes β†’ Click on Three dots(Action) β†’ Edit code

  2. Now, Search for the theme.liquid file and open it.

  3. Next, add the below mentioned code at the bottom of the file before tag.

h1.main-page-title.page-title.h0 { text-align: center; }
  1. Save changes.

Output => https://prnt.sc/CNwRnZk47qPk

I hope the code helps you.

Please let me know if you have any query.

Thank you.

3 Likes

thank you so much!!

Hello @emotionaldebt22 ,

I am glad the solution helps you.

Kindly let me know if you need any assistance in future.

Thank you.

1 Like

Legend :smiley: