Re: How to remove shopify logo from bottom of password page

Solved

How to remove shopify logo from bottom of password page

canikickit
Excursionist
14 1 3

Hello, I've successfully removed the "power by shopify" text presented on the bottom of the password page however I can't seem to remove the "Shopify" logo.  

 

I'm using the Enterprise Theme.  Thank you for your assistance.  

Accepted Solution (1)
Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your pasword.css file and paste the following code below:

svg.shopify-logo {
    display: none;
}
- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 10 (10)

Guleria
Shopify Partner
3397 677 958

Hello @canikickit ,

 

Add this css at the bottom of the theme.css  

.password-footer {
    display: none !important;
}

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

Made4uo-Ribe
Shopify Partner
7781 1880 2305

Hi @canikickit 

Would you mind to share your password page URL?Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
canikickit
Excursionist
14 1 3
Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your pasword.css file and paste the following code below:

svg.shopify-logo {
    display: none;
}
- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
canikickit
Excursionist
14 1 3

After doing this, the logo is replaced by the text "svg.shopify-logo { display: none; }"

Guleria
Shopify Partner
3397 677 958

You added the css at the wrong place.
You have to find password.css under Assets  

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
canikickit
Excursionist
14 1 3

That's exactly what I did - at the very bottom of this file

canikickit
Excursionist
14 1 3

It worked! Thank you

Moeed
Shopify Partner
4992 1328 1610

Hey @canikickit 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
svg.shopify-logo {
    display: none !important;
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
AidX
Visitor
1 0 0

Brilliant, thank you! Worked first time with your clear instructions! Molt respecte