What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Center title of product in Dawn theme

Solved

Center title of product in Dawn theme

wattsga
Shopify Partner
20 0 5

Hello,

 

I can't figure out a way to centre the product title in Dawn theme for my store. I have tried some other accepted solutions on here but they don't seem to work.

I appreciate any help

Center title dawn theme.JPG

Accepted Solution (1)
BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

Ok so follow these steps

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.product__title h1 {
   text-align: center;
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1969 564 566

@wattsga, did you fix that?

BSSCommerceB2B_0-1729182891416.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

wattsga
Shopify Partner
20 0 5

No that was a different store. I am currently building another one.

BSSCommerce-B2B
Shopify Partner
1969 564 566

Could you share me the url store has the problem?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

wattsga
Shopify Partner
20 0 5

It is not currently a live store. I am building one and want to finish it before I make it live. It is using the latest dawn theme though.

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

Ok so follow these steps

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.product__title h1 {
   text-align: center;
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

wattsga
Shopify Partner
20 0 5

That has worked thank you!