Hi @KetanKumar @Denishamakwana Here is
Layout password.liquid
{%- assign heading_font = settings.font_heading -%}
{%- assign body_font = settings.font_body -%}
{%- assign body_font_bolder = body_font | font_modify: 'weight', 'bolder' -%}
{%- assign body_font_bold = body_font | font_modify: 'weight', 'bold' -%}
{%- assign body_font_italic = body_font | font_modify: 'style', 'italic' -%}
{%- assign body_font_bold_italic = body_font_bold | font_modify: 'style', 'italic' -%}
{{ preload_tags }}
{%- if settings.favicon != blank -%}
{%- endif -%}
{%- capture seo_title -%}
{{ page_title }}
{%- if current_tags -%}
{%- assign meta_tags = current_tags | join: ', ' -%} β {{ 'general.meta.tags' | t: tags: meta_tags -}}
{%- endif -%}
{%- if current_page != 1 -%}
β {{ 'general.meta.page' | t: page: current_page }}
{%- endif -%}
{%- assign escaped_page_title = page_title | escape -%}
{%- unless escaped_page_title contains shop.name -%}
β {{ shop.name }}
{%- endunless -%}
{%- endcapture -%}
{%- if page_description -%}
{%- endif -%}
{% render 'css-variables' %}
{% render 'critical-css' %}
{% render 'social-meta-tags' %}
{% render 'style-tags', layout: 'theme' %}
{% if template contains 'customers' %}
{{ "shopify_common.js" | shopify_asset_url | script_tag }}
{% endif %}
{% render 'script-tags', layout: 'theme' %}
{{ content_for_header }}
{{ shop.metafields.fontify.stylesheets }}
{% render 'shogun-head' %}
{%- assign section_color = 'primary' -%}
#### {{ 'general.password_page.login_form_heading' | t }}
{% form 'storefront_password' %}
{% if form.errors %}
{{ form.errors | default_errors }}
{% endif %}
{% endform %}
{{ 'general.password_page.admin_link_html' | t }}
password.json template
{
"layout": "theme.pagefly",
"sections": {
"main": {
"type": "main-password",
"settings": {
"logo": "shopify:\/\/shop_images\/brutier_logo.png",
"logo_max_width": 180,
"title": "",
"newsletter_enable": false,
"newsletter_form_heading": "",
"newsletter_placeholder": "Email address",
"newsletter_button_text": "Submit",
"show_share_buttons": false
}
},
"163547989647926efe": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "primary"
}
},
"16354798406953f2c2": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "secondary"
}
},
"163547990398e22a19": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "primary"
}
},
"16354799091d23410f": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "secondary"
}
},
"1635479916cfae4b15": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "primary"
}
},
"1635479923e92c58dd": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "secondary"
}
},
"1635479929b5ad5c6c": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "primary"
}
},
"1635480059e1026703": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21 RESTOCK + NEW DROP 11\/25\/21",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "secondary"
}
},
"1635480070b4264d6b": {
"type": "marquee",
"disabled": true,
"settings": {
"text": "SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT SOLD OUT",
"link": "",
"text_size": "text-2xl lg:text-7xl",
"font": "heading",
"speed": 300,
"direction": "",
"color_scheme": "primary"
}
},
"pagefly-password": {
"type": "pagefly-password",
"settings": {
}
}
},
"order": [
"main",
"163547989647926efe",
"16354798406953f2c2",
"163547990398e22a19",
"16354799091d23410f",
"1635479916cfae4b15",
"1635479923e92c58dd",
"1635479929b5ad5c6c",
"1635480059e1026703",
"1635480070b4264d6b",
"pagefly-password"
]
}
main-password.liquid section
{%- assign section_color = 'primary' -%}
{% schema %}
{
"name": "Content",
"settings": [
{
"type": "image_picker",
"id": "logo",
"label": "Logo image"
},
{
"type": "range",
"id": "logo_max_width",
"min": 20,
"max": 450,
"step": 10,
"unit": "px",
"label": "Custom logo width",
"default": 250
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Opening Soon"
},
{
"type": "header",
"content": "Newsletter"
},
{
"type": "checkbox",
"id": "newsletter_enable",
"label": "Show newsletter signup",
"default": true
},
{
"type": "richtext",
"id": "newsletter_form_heading",
"label": "Newsletter form heading",
"default": "
Be the first to know when we launch.
",
"info": "[Tell your visitors about a launch day discount](https://www.shopify.com/blog/15514000-14-ways-to-use-offers-coupons-discounts-and-deals-to-drive-revenue-and-customer-loyalty)."
},
{
"type": "text",
"id": "newsletter_placeholder",
"label": "Newsletter placeholder text",
"default": "Email address"
},
{
"type": "text",
"id": "newsletter_button_text",
"label": "Newsletter button text",
"default": "Submit"
},
{
"type": "header",
"content": "Social sharing"
},
{
"type": "checkbox",
"id": "show_share_buttons",
"label": "Show social media sharing buttons",
"default": true
}
]
}
{% endschema %}
of https://brutier.com/ Now you guys can provide him solution i have access to his store as you can see in first post I requested for collaborative access.