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
Here you go
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.
- From admin, go to “Online Store” → “Themes” → “Edit Code”.
- 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>",
- 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.




