Shopify themes, liquid, logos, and UX
Hi everyone,
I'm currently working on my password page and would like it to look like the following:
-> This is the image you see above.
The template I'm currently using is the Spotlight Shopify Template.
I would appreciate any coding help!
Solved! Go to the solution
This is an accepted solution.
Thanks for the info,
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "section-password.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.password-form {
justify-content:center;
margin-top: 1rem !important;
}
.password-modal__content {
padding-top: 0px !important;
}
.section-template--15373018071119__custom_liquid_w776RD-padding {
margin-top: 10rem;
padding-bottom: 0px !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Thunderzee
Can I take a look, Would you mind to share your store URL? Thanks!
This is an accepted solution.
Thanks for the info,
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "section-password.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.password-form {
justify-content:center;
margin-top: 1rem !important;
}
.password-modal__content {
padding-top: 0px !important;
}
.section-template--15373018071119__custom_liquid_w776RD-padding {
margin-top: 10rem;
padding-bottom: 0px !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Welcome. 😊
If you don't mind @Made4uo-Ribe , I do need a final stretch of help to complete my password page.
This is what I'm trying to make the page look like:
.
I made the mistake of removing the header and footer from the password page by using the following codes (pasted on base.css):
.password-header {
display: none !important;
}
.password__footer {
display: none !important;
}
I want to bring back both header and footer - adding the following image centered in the header:
The countdown feature is an app added, the password form was already part of the page, and the email form is an extension of Klaviyo.
The page just needs some realigning with the forms. I'm just making sure it looks presentable on both desktop and mobile versions - preventing the user from having to scroll much.
The social media icons ideally would have to sit at the bottom of the page - is it possible to add them as such to the footer section? Or is it better to add it to the body of the page?
Your help is much appreciated!
Cheers!
Hi Thunderzee, Love your website. I'm actually using the same theme as you, and I'm wondering how you managed to have the ENTER YOUR PASSWORD in the middle of your website. Could you please share the code? i'm trying to edit mine but it's fixed on the top
Thanks!
This worked for me too. However, do you know how to get the password input box on there? Right now it's only showing "Enter using password" https://d7986e-58.myshopify.com/password
did you manage to get it?
hey @Thunderzee
I'm also using the spotlight theme, my default password page shows users have to click "enter password" which opens a modal window.
how did you manage to add a form on the page instead of a modal window?
Thanks in advance
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024