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.
.card__heading.h5 {
text-align: inherit!important;
}

1 Like