Dawn theme - centre the title on the page

Hi, I would really appreciate it if someone could help with aligning the title of the page to the centre. Thanks

1 Like

@komalkhubani

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-main-page.css ->paste below code at the bottom of the file.
.page-title {text-align: center;}
1 Like