Hide Padlock On Password Page

Solved

Hide Padlock On Password Page

martujv
Trailblazer
234 2 46

Hello!

 

I want to hide the padlock on the right of the header on the password page.

 

I still want to be able to click on it and enter my store, but I want it to be invisible so that the visitors don't see it.

 

For some reason there isn't an option to change the color without coding.

 

Padlock: Captura de pantalla 2024-11-28 a las 20.17.04.png

 

My website is www.truepodium.com and my theme is Stiletto.

 

Thanks in advance!!!

Accepted Solution (1)

Olllie
Shopify Partner
121 11 23

This is an accepted solution.

 

Hey, follow these steps:

 

  • Log in to your Shopify Admin

  • Go to Online Store:
    In the left-hand menu, click Online Store.

  • Access Themes:
    Under the Themes section, find the theme you're currently using, then click Actions and select Edit Code.

  • Open the CSS File:

    • On the left-hand side under Assets, look for a file named theme.scss.liquid, styles.css.liquid, or something similar (it may vary depending on your theme).
    • Click on the file to open it.
  • Add the CSS:

    • Scroll to the bottom of the file.

    • Paste the following code at the very bottom:

 

.icon-padlock {
  opacity: 0;
}

 

 

  • Save the Changes:
    After adding the code, click Save in the top-right corner of the code editor.

  • Check Your Store:
    Go to your store’s front end to make sure the padlock icon is hidden (opacity 0).

Remember to like this and mark it as a solution if it solves your problem!

 

Ollie | Founder & Developer of autoBlogger and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!

View solution in original post

Replies 3 (3)

Olllie
Shopify Partner
121 11 23

This is an accepted solution.

 

Hey, follow these steps:

 

  • Log in to your Shopify Admin

  • Go to Online Store:
    In the left-hand menu, click Online Store.

  • Access Themes:
    Under the Themes section, find the theme you're currently using, then click Actions and select Edit Code.

  • Open the CSS File:

    • On the left-hand side under Assets, look for a file named theme.scss.liquid, styles.css.liquid, or something similar (it may vary depending on your theme).
    • Click on the file to open it.
  • Add the CSS:

    • Scroll to the bottom of the file.

    • Paste the following code at the very bottom:

 

.icon-padlock {
  opacity: 0;
}

 

 

  • Save the Changes:
    After adding the code, click Save in the top-right corner of the code editor.

  • Check Your Store:
    Go to your store’s front end to make sure the padlock icon is hidden (opacity 0).

Remember to like this and mark it as a solution if it solves your problem!

 

Ollie | Founder & Developer of autoBlogger and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!

martujv
Trailblazer
234 2 46

It worked! Thank you!

Olllie
Shopify Partner
121 11 23

No problem at all! Feel free to reach out if you need help with anything else.

Have an awesome day! 😃

Ollie | Founder & Developer of autoBlogger and autoSchema

autoBlogger: Seamlessly scheduled, fully automated, AI-powered, and SEO-optimised blogging with FAQs, table of contents and other features! Start your 14-day free trial today!


autoSchema: Fully automated and continuously updated Google structured data, including duplicate data removal. Simple to install – try it now!


Discover more at autoBlogger.bot!