Hey, I’m trying to remove the logo from the shopify password page but I’m not sure how to do it. There are a few other post about it but none of them seems to work since they’re a little old.
I’m using horizon theme
Hey, I’m trying to remove the logo from the shopify password page but I’m not sure how to do it. There are a few other post about it but none of them seems to work since they’re a little old.
I’m using horizon theme
You can go to your store admin > Sales channels > Online Store > Themes > Customize > click on Homepage dropdown menu at the top > Password > Remove or hide Logo section
thats not the logo I meant, I meant to say shopify logo at the bottom of the screen
@duranjpg can you please share password page link? it will need css
Hello @duranjpg ,
I hope you are doing well!
To remove the logo, go to Please copy and paste the below code to the top of base.css or theme.css. To find base.css or theme.css, go to Online store >> Themes >> Edit code >> main-password-footer.liquid
Remove this code and it will be fixed.
hey, thanks for helping. I’m not able to find “main-password-footer.liquid”. I have “password.liquid” but the code seems to not be in there.
Please copy and paste the below code to the top of base.css or theme.css. To find base.css or theme.css, go to Online store >> Themes >> Edit code and search for either base.css or theme.css
Alternatively, if the code didn’t work, copy and paste the code below by going to the Online store >> Themes >> Customize >> Click on Settings icon to the left >> Scroll down to the bottom and paste it to the custom CSS tab.
p.password-enter__powered-by {
display: none;
}
Thanks so much, it worked.