I lost password header

A few days ago, I edited the password page for my webshop on Shopify, but when I clicked to hide the password header and save, it suddenly disappeared, and I can’t get that header back, which also contains the login form for the password-protected site and the logo. Is there any way to restore that header, or is it maybe in some hidden sections? I don’t know, I’ve tried everything, even reinstalling the entire site and theme, but it’s not worth it.

my website is spacegym.rs

Hello there

Please check online store> preferences> password

Okey,I’m and what now ?

please helpp?

Hi just fix by my self, can’t find solution on community.
I just hide my footer and header on password page, no option to showing back.
Ask contact support also doesn’t help.

Go to edit code

  • password.json

  • replace your password.json with this code:

  • save and reload your password page

  • you can modify the content later

{
"layout": "password",
"sections": {
"main-password-header": {
"type": "main-password-header",
"settings": {
"color_scheme": "scheme-1"
}
},
"main": {
"type": "email-signup-banner",
"blocks": {
"heading": {
"type": "heading",
"settings": {
"heading": "Opening soon",
"heading_size": "h1"
}
},
"paragraph": {
"type": "paragraph",
"settings": {
"text": "

Be the first to know when we launch.

",
"text_style": "body"
}
},
"email_form": {
"type": "email_form",
"settings": {}
}
},
"block_order": [
"heading",
"paragraph",
"email_form"
],
"disabled": false,
"settings": {
"image_overlay_opacity": 0,
"show_background_image": true,
"image_height": "medium",
"desktop_content_position": "middle-center",
"show_text_box": true,
"desktop_content_alignment": "center",
"color_scheme": "scheme-1",
"mobile_content_alignment": "center",
"show_text_below": true
}
},
"newsletter_keL4g9": {
"type": "newsletter",
"blocks": {
"heading_fwmaVP": {
"type": "heading",
"settings": {
"heading": "Subscribe to our emails",
"heading_size": "h1"
}
},
"paragraph_PG3Xwa": {
"type": "paragraph",
"settings": {
"text": "

Be the first to know about new collections and exclusive offers.

"
}
},
"email_form_rjAHMf": {
"type": "email_form",
"settings": {}
}
},
"block_order": [
"heading_fwmaVP",
"paragraph_PG3Xwa",
"email_form_rjAHMf"
],
"settings": {
"color_scheme": "",
"full_width": true,
"padding_top": 40,
"padding_bottom": 52
}
},
"main-password-footer": {
"type": "main-password-footer",
"settings": {
"color_scheme": "scheme-1"
}
}
},
"order": [
"main-password-header",
"main",
"newsletter_keL4g9",
"main-password-footer"
]
}

thanks

replace your password.json with this code:

{
"layout": "password",
"sections": {
"main-password-header": {
"type": "main-password-header",
"settings": {
"color_scheme": "scheme-1"
}
},
"main": {
"type": "email-signup-banner",
"blocks": {
"heading": {
"type": "heading",
"settings": {
"heading": "Opening soon",
"heading_size": "h1"
}
},
"paragraph": {
"type": "paragraph",
"settings": {
"text": "

Be the first to know when we launch.

",
"text_style": "body"
}
},
"email_form": {
"type": "email_form",
"settings": {}
}
},
"block_order": [
"heading",
"paragraph",
"email_form"
],
"disabled": false,
"settings": {
"image_overlay_opacity": 0,
"show_background_image": true,
"image_height": "medium",
"desktop_content_position": "middle-center",
"show_text_box": true,
"desktop_content_alignment": "center",
"color_scheme": "scheme-1",
"mobile_content_alignment": "center",
"show_text_below": true
}
},
"newsletter_keL4g9": {
"type": "newsletter",
"blocks": {
"heading_fwmaVP": {
"type": "heading",
"settings": {
"heading": "Subscribe to our emails",
"heading_size": "h1"
}
},
"paragraph_PG3Xwa": {
"type": "paragraph",
"settings": {
"text": "

Be the first to know about new collections and exclusive offers.

"
}
},
"email_form_rjAHMf": {
"type": "email_form",
"settings": {}
}
},
"block_order": [
"heading_fwmaVP",
"paragraph_PG3Xwa",
"email_form_rjAHMf"
],
"settings": {
"color_scheme": "",
"full_width": true,
"padding_top": 40,
"padding_bottom": 52
}
},
"main-password-footer": {
"type": "main-password-footer",
"settings": {
"color_scheme": "scheme-1"
}
}
},
"order": [
"main-password-header",
"main",
"newsletter_keL4g9",
"main-password-footer"
]
}

i have solution but my reply always dissapears.