Is it possible to center text from collection list titles

Hello my collection list page currently looks like this but is it possible to center the text of the collection list page titles

You can by adding custom css code. Try the code below

.card__heading{
  text-align:center
}

@TrendBlend Please paste below code in the “Custom CSS” field and let me know whether it is helpful for you.

.collection-list .card__heading {
  text-align: center;
}

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.