Center titles in Dawn 15.0

Solved

Center titles in Dawn 15.0

crosbyaudio
Excursionist
19 0 8

Looking to center all titles on Dawn 15.0. Thanks!

 

https://dy3qxn3r9vjalvcz-27015643193.shopifypreview.com

 

Screenshot 2024-09-18 at 12.10.56 PM.png

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1697 508 569

This is an accepted solution.

HI @crosbyaudio

 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

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

BSSCommerceB2B_0-1726681201048.png

 

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

 

 

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    text-align: center !important;
}

 

 

Step 3: Save and reload home page.

=>> The result: 

BSSCommerceB2B_2-1726681233827.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

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 5 (5)

BSSCommerce-B2B
Shopify Partner
1697 508 569

This is an accepted solution.

HI @crosbyaudio

 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

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

BSSCommerceB2B_0-1726681201048.png

 

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

 

 

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    text-align: center !important;
}

 

 

Step 3: Save and reload home page.

=>> The result: 

BSSCommerceB2B_2-1726681233827.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

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

Debular
Excursionist
37 2 3

Add this to custom CSS

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

Made4uo-Ribe
Shopify Partner
8159 1962 2400

Hi @crosbyaudio 

check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

 

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

 

 

And save. 

Result:

Made4uoRibe_0-1726685100707.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

crosbyaudio
Excursionist
19 0 8

Thanks, that worked. Are you able to provide code for this title on the home page? It's the only title that didn't center.

 

Screenshot 2024-09-18 at 3.36.23 PM.png

crosbyaudio
Excursionist
19 0 8