How can I adjust the 'Coming Soon' text size on my password page?

Can anyone help me change the font size for the “Coming Soon” text on my password page? Couldn’t find the section ID for it :confused:

Thanks!

Hello @houssamalissa ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css-> paste bellow code in bottom of file
.password-page__hero {
    font-size: 30px !important;
}

Change size a/to your need.

Thanks

1 Like

Thank you!!