What's your biggest current challenge? Have your say in Community Polls along the right column.

Help adding password form to center of Password Page

Solved

Help adding password form to center of Password Page

Thunderzee
Tourist
5 0 3

Hi everyone,

I'm currently working on my password page and would like it to look like the following:

NostalcartPassword.png

3dgifmaker58819.gif -> This is the image you see above.

 

The template I'm currently using is the Spotlight Shopify Template.

 

I would appreciate any coding help!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9118 2178 2688

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:

Made4uoRibe_0-1705673185247.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 10 (10)

Made4uo-Ribe
Shopify Partner
9118 2178 2688

Hi @Thunderzee 

Can I take a look, Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Thunderzee
Tourist
5 0 3

Hi @Made4uo-Ribe 

Sure thing! The domain is nostalcart.com

I appreciate the help!

Made4uo-Ribe
Shopify Partner
9118 2178 2688

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:

Made4uoRibe_0-1705673185247.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Thunderzee
Tourist
5 0 3

@Made4uo-Ribe I cannot thank you enough! Worked like a charm 🙂

Made4uo-Ribe
Shopify Partner
9118 2178 2688

Welcome. 😊

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Thunderzee
Tourist
5 0 3

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:
FinalCrocEdit.png.

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:

3dgifmaker58819.gif

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!

Oxicde24
Visitor
3 0 0

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 

Oxicde24_0-1731897070366.png

 

fizzm
Visitor
1 0 0

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

Silax
Shopify Partner
26 0 5

did you manage to get it?

Silax
Shopify Partner
26 0 5

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