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

Solved

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

Ka19
Tourist
10 0 4

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

Ka19_1-1726870612552.png

 

Accepted Solution (1)

suyash1
Shopify Partner
10820 1337 1714

This is an accepted solution.

@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;
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10092 2398 3030

Hi @Ka19 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Ka19
Tourist
10 0 4
Ka19
Tourist
10 0 4
Ka19
Tourist
10 0 4

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

 

suyash1
Shopify Partner
10820 1337 1714

This is an accepted solution.

@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;
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Vinsinfo
Shopify Partner
491 167 171

@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": "<a href=\"\/admin\" class=\"link underlined-link\">Log in here<\/a>",

 

Vinsinfo_0-1726899923737.png

 

3. 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:
Vinsinfo_1-1726899990890.png

After:

Vinsinfo_2-1726900005260.png

 

Result will be like,

Vinsinfo_3-1726900058133.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support