Center text below image in Collection list

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?

1 Like

Please share the URL.

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

  1. Find the base.css file

  1. 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

1 Like

This worked fine for me :smiley:

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