How to center text in collection list section

Hi @YIVAN

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/base.css and paste the code below at the bottom of the file.
.collection-list .card__heading {
text-align: center;
}

6 Likes