Re: center text below image in Collection list

Solved

center text below image in Collection list

Sting_d
Visitor
1 0 1

Hi,

I would like to know how to center a text so that it ends up directly below the images in "Collection list"? Anyone know how to do it?

20.jpg

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3127

This is an accepted solution.

Hi @Sting_d ,

 

This is Victor from PageFly - Landing Page Builder App. I would love to give you my recommendation.

 

1. From your Shopify dashboard, go to Sales channels > Online Store > Themes > Edit Code

PageFlyVictor_0-1672915175793.png

 

2. Find the base.css file

PageFlyVictor_1-1672915175737.png

 

3. Add this code at the end of the base.css file

 

.card__heading{
text-align: center;
}

 

 

I hope you will find my answer helpful!

Warm regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

Artzen_tech
Shopify Partner
552 113 111

Please share the URL.

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

PageFly-Victor
Shopify Partner
7865 1786 3127

This is an accepted solution.

Hi @Sting_d ,

 

This is Victor from PageFly - Landing Page Builder App. I would love to give you my recommendation.

 

1. From your Shopify dashboard, go to Sales channels > Online Store > Themes > Edit Code

PageFlyVictor_0-1672915175793.png

 

2. Find the base.css file

PageFlyVictor_1-1672915175737.png

 

3. Add this code at the end of the base.css file

 

.card__heading{
text-align: center;
}

 

 

I hope you will find my answer helpful!

Warm regards,

Victor | PageFly

Yustsuus
Tourist
6 1 0

This worked fine for me😃

Can you tell me what the code is for the price. I want the price also centered. Thanks already