How to get rid of the : Are you the store owner in password page?

How can i remove the : are you the store owner in the password page please ?

1 Like

Hi @Ka19

Would you mind sharing your store URL? Thanks!

Here you go sir

https://turnandstare.com/password

Here you go

https://turnandstare.com/password

I cannot due to my subsription can please just guide me how to do it please ?

1 Like

@Ka19 please add this css to the very end of your password.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → password.css

small.password__footer-login.password__footer-text {
    display: none !important;
    visibility: hidden !important;
}
2 Likes

@Ka19 Please follow the below steps to remove the “Are you the store owner?” text from the footer of the password page. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes” → “Edit Code”.
  2. Search and locate the “en.default.json” file and search for the “admin_link_html” code, paste the below given code in the next line to it, like in the below attached screenshot.
"footer_link_html": "Log in here<\/a>",

  1. Search for the “main-password-footer.liquid” file and search for the code “admin_link_html” and replace it with variable “footer_link_html” like in the below attached screenshot.
    Before:

After:

Result will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.