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

Solved

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

emotionaldebt22
Excursionist
56 0 6

here are some screenshots of my issue

 

 

 

Screen Shot 2024-01-04 at 8.35.49 PM.png

Screen Shot 2024-01-04 at 8.36.03 PM.png

Screen Shot 2024-01-04 at 8.36.15 PM.png

Accepted Solution (1)

Anshul_arora
Navigator
453 129 104

This is an accepted solution.

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 </body> tag.

<style>

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

</style>

4. Save changes.

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

I hope the code helps you.

Please let me know if you have any query.

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

View solution in original post

Replies 10 (10)

Moeed
Shopify Partner
6730 1816 2198

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


emotionaldebt22
Excursionist
56 0 6

 

 

password: VILLAIN97

Moeed
Shopify Partner
6730 1816 2198

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


emotionaldebt22
Excursionist
56 0 6

sorry! here it is

 

moderndayvillain.com

Moeed
Shopify Partner
6730 1816 2198

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

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


emotionaldebt22
Excursionist
56 0 6

password is VILLAIN97

Anshul_arora
Navigator
453 129 104

This is an accepted solution.

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 </body> tag.

<style>

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

</style>

4. Save changes.

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

I hope the code helps you.

Please let me know if you have any query.

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here
emotionaldebt22
Excursionist
56 0 6

thank you so much!!

Anshul_arora
Navigator
453 129 104

Hello @emotionaldebt22 ,

I am glad the solution helps you.

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

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here
BGBJewellery
Visitor
1 0 0

Legend 😃