How to center heading of featured collection and new arrivals in Dawn theme?

Hello everyone i have a question how can i put on the center heading of featured collection and new arrivals in dawn theme

1 Like

Hi @VisarK ,

Try this one for the featured collection.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    text-align: center;
}

Result:

I hope it help.

Thanks a lot this helped me