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 ![]()
Thanks!
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 ![]()
Thanks!
Hello @houssamalissa ,
.password-page__hero {
font-size: 30px !important;
}
Change size a/to your need.
Thanks
Thank you!!