Shopify themes, liquid, logos, and UX
Hello, I want to hide the "enter password " button on my password page for both mobile and desktop views. This is because I've decided to use the password page as an email collection page instead. I've included pictures of both views for reference.
URL: Billon.Maison
Solved! Go to the solution
This is an accepted solution.
Can you add this code in the Shopify Custom CSS in password template, it should be good then.
password-modal {
display: none !important;
}
Best Regards,
Moeed
Hey @billonmaison
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>
password-modal {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
That did not work unfortunately.
This is an accepted solution.
Can you add this code in the Shopify Custom CSS in password template, it should be good then.
password-modal {
display: none !important;
}
Best Regards,
Moeed
Do I need to add both codes from your first response and this response? Or just this last one
Just the last one and it should be good and looks like you already did it! 🙂
Best Regards,
Moeed
Yup it worked thank you! 😁
I have another question. How can I center my Logo on the desktop version of the password page ? The theme editor itself doesn't seem to allow me to do this. The mobile view already has the logo centered but it on the desktop view its all the way to the left.
Hey @billonmaison
Add this code below the code you added.
.password-header {
display: flex !important;
}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024