Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Fix my header on the password page

Fix my header on the password page

SoulGrip
Tourist
6 0 1

PLEASE HELP!!!

 

My header on my password page has gone weird. I want to:

  • Move everything to the centre
  • Remove the divider line
  • Add the text Enter using password next to the lock icon
  • Fix the page when you click on the lock icon to actually have text like the Refresh theme template

 

Or is it possible to just reset this entire page?

 

I have added screenshots from my phone as I can't screenshot on my laptop

 

IMG_0170.PNG

IMG_0171 2.PNG

IMG_0172 2.PNG

  

Replies 4 (4)

suyash1
Shopify Partner
10137 1253 1594

@SoulGrip  can you please share your website link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
SoulGrip
Tourist
6 0 1
suyash1
Shopify Partner
10137 1253 1594

@SoulGrip  please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

content is not shown as looks like the code has been broken, I recommend to install fresh copy of the dawn theme

 

.password-header{text-align: center;}
#shopify-section-main-password-header hr{    display: none; visiblity:hidden;}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

devcoders
Shopify Partner
546 78 141

Hello @SoulGrip 

- Go to Online Store -> Theme -> Edit code.
- Find the file base.css and paste the code below at the bottom of the file.

.password-header {
text-align: center;
}
.modal__toggle-open.password-link.link.underlined-link {
justify-content: center;
}
#shopify-section-main-password-header hr {
    display: none;
}
.password-header {
    margin-bottom: 15px;
}

devcoders_1-1728191944943.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!