Shopify themes, liquid, logos, and UX
Hello everyone, I would like to customize the password/coming soon page of my store. Could you please suggest a good video or provide instructions on how I can do this? Since I’m a quick learner, a video would also be helpful if things can't be done directly. Thanks!
Solved! Go to the solution
This is an accepted solution.
He @Hesepim
In the theme code editor, look for a file named password.liquid under the Templates section. If your theme doesn’t have it, you might find it in the Sections folder. You can also create or edit it manually. In the password.liquid file, you can modify the HTML, CSS, and Liquid code to suit your design preferences. For example, you can:
<div class="password-page" style="background: url('{{ 'your-background-image.jpg' | asset_url }}') no-repeat center center; background-size: cover;">
<div class="password-container">
<h1>Our Store is Coming Soon!</h1>
<p>We're working hard to bring you something amazing. Stay tuned!</p>
<form method="post" action="/password">
<input type="email" placeholder="Enter your email" name="email" id="Email">
<input type="submit" value="Notify Me">
</form>
</div>
</div>
.password-page {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.password-container {
text-align: center;
}
input[type="email"], input[type="submit"] {
padding: 10px;
margin: 10px;
font-size: 16px;
}
Bonus point here’s a good video tutorial to walk you through customizing the password page:
This is an accepted solution.
Hi @Hesepim ,
And
And
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
This is an accepted solution.
He @Hesepim
In the theme code editor, look for a file named password.liquid under the Templates section. If your theme doesn’t have it, you might find it in the Sections folder. You can also create or edit it manually. In the password.liquid file, you can modify the HTML, CSS, and Liquid code to suit your design preferences. For example, you can:
<div class="password-page" style="background: url('{{ 'your-background-image.jpg' | asset_url }}') no-repeat center center; background-size: cover;">
<div class="password-container">
<h1>Our Store is Coming Soon!</h1>
<p>We're working hard to bring you something amazing. Stay tuned!</p>
<form method="post" action="/password">
<input type="email" placeholder="Enter your email" name="email" id="Email">
<input type="submit" value="Notify Me">
</form>
</div>
</div>
.password-page {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.password-container {
text-align: center;
}
input[type="email"], input[type="submit"] {
padding: 10px;
margin: 10px;
font-size: 16px;
}
Bonus point here’s a good video tutorial to walk you through customizing the password page:
This is an accepted solution.
Hi @Hesepim ,
And
And
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025