How can I center collection headers in the Dawn theme?

How do I center the headers beneath each collection?

Kind regards

Hey @gyggle

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @gyggle
Dan here from Ryviu: Product Reviews & QA app.

To do that, please add this code at the bottom of your base.css file.

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