로그인 페이지 환영 문구에 원치 않는 링크가 표시됩니다

Hello,
The H2 of the of the ‘Welcome message’ taken from the login_required.welcome_message is a dead link on our login page - can anyone assist to remove this link?
Cheers

You can go to admin > customize > text and search for login_required.welcome_message (if that doesn’t work it might be login_required.welcome_message_invite_only depending on how your site’s set up).

To remove the link you’ll want to edit the first line to:
## Welcome to %{title}

Though honestly, I’m not 100% sure why there’s a link there to begin with… :thinking:

thanks Kris! situation fixed