How to remove this grey space in the top of password page

www.retrophya.myshopify.com

1 Like

Hello @Minop ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

body.password.gradient {
    background-color: #000000;
}

Regards

Guleria

1 Like

Hi @Minop

Please add this code to password.liquid file after


1 Like

Hello @Minop
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.password.gradient {
background: #000 !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like

Thank you it worked perfectly.

Thank you for your effort but your solution turns it black, it doesn’t remove it.

Thank you for your effort but your solution turns it black, it doesn’t remove it.

Sorry but can you help me lower the email button