Re: Center Featured Collection Title Dawn Theme

Solved

Center Featured Collection Title Dawn Theme

RemG
Excursionist
40 1 9

Hi,

Is there a way to center the headings as shown below?

Screen Shot 2022-10-19 at 12.32.35 am.png

 

Page is:

 

https://tpydoibdr3hgoqqo-19218055.shopifypreview.com

Accepted Solution (1)

ReturnPrime
Shopify Partner
488 67 111

This is an accepted solution.

Hey  @RemG    ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.

.collection__title .title{
 text-align: center !important;
}


 If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman

View solution in original post

Replies 5 (5)

ReturnPrime
Shopify Partner
488 67 111

This is an accepted solution.

Hey  @RemG    ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.

.collection__title .title{
 text-align: center !important;
}


 If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman

Devin_Swisher
Shopify Partner
11 0 4

It does not work!

Devin_Swisher
Shopify Partner
11 0 4

It does not work on Dawn theme v9

PageFly-Victor
Shopify Partner
7865 1786 3134


Hi.

 

This is PageFly - Advanced Page Builder.

 

You can go to Online store => themes => actions => edit code  and add this code on file base.css

 

h2.collage-wrapper-title.h1{
text-align: center !important;
}

h2.title.h1{
text-align: center !important;
}

 



Hope this answer helps.

Best Regards,

PageFly

RemG
Excursionist
40 1 9

@PageFly-Victor and @ReturnPrime thanks so much for the help.