New Shopify Certification now available: Liquid Storefronts for Theme Developers

Change Collection Title to Centre

Solved
mben
Tourist
5 0 2

Hi, 

 

Please could someone help me?

 

I can't figure out how to make my collection title and collection description aligned in the centre...

 

My website is www.wyldfragrance.co.uk. The theme I use is called Studio. Would really appreciate any help you could give. Thanks

 

0.jpg

 

Accepted Solutions (2)
Guleria
Shopify Partner
2787 555 795

This is an accepted solution.

Hello @mben ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below:

.collection-hero__text-wrapper {
    text-align: center;
}
.collection-hero__description.rte { 
    max-width: 100%;
}

 

Thanks

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder
-Advance Search Filter

View solution in original post

Guleria
Shopify Partner
2787 555 795

This is an accepted solution.

Use this css

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

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder
-Advance Search Filter

View solution in original post

Replies 4 (4)
Guleria
Shopify Partner
2787 555 795

This is an accepted solution.

Hello @mben ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below:

.collection-hero__text-wrapper {
    text-align: center;
}
.collection-hero__description.rte { 
    max-width: 100%;
}

 

Thanks

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder
-Advance Search Filter
mben
Tourist
5 0 2

Thank you so much! Worked first time 🙂

 

Do you know how to do the same for making page titles aligned in the centre? No worries if not! Thanks so much again - really appreciate it

 

mben_0-1697756161733.png

Guleria
Shopify Partner
2787 555 795

This is an accepted solution.

Use this css

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

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder
-Advance Search Filter
mben
Tourist
5 0 2

You, sir, are a legend. Thank you 😊