Removing the text 'Coming Soon' from Password Page in 'Flex' theme

Solved

Removing the text 'Coming Soon' from Password Page in 'Flex' theme

BonzaBrats
Tourist
4 0 3

I have recently closed my Shopify store for an unspecified time and am using the Password page to inform our customers. However, the page includes a banner which reads 'Coming Soon' and I want to remove this.

 

Unlike solutions I have seen in other threads I have read, when I go to edit the Password page, there is no option to change or remove this. I can edit other content but not this.

 

I am using the Flex theme.

 

Is there a way to remove this?

 

Thanks.

 

Screen Shot 2025-01-05 at 4.24.14 pm.png

 

 

Accepted Solution (1)
Moeed
Shopify Partner
6530 1773 2144

This is an accepted solution.

Hey @BonzaBrats 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
h2.password-page-message {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1736063572316.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 8 (8)

prettyyanii
Tourist
5 0 3

step one - go to the online store

step two - click customize 

step three - look for the header section

step four - click the drop-down for the announcement bar

step five - remove "coming soon" manually or hide the announcement bar

 

BonzaBrats
Tourist
4 0 3

Hi.  The page has no sections so there is no 'header' section.

Moeed
Shopify Partner
6530 1773 2144

Hey @BonzaBrats 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


BonzaBrats
Tourist
4 0 3

Hi Moeed.  I don't really want to share this information as the whole community can then see this.

Moeed
Shopify Partner
6530 1773 2144

Feel free to share it in my private messages as I need to have a look in your website to help you out.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Moeed
Shopify Partner
6530 1773 2144

This is an accepted solution.

Hey @BonzaBrats 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
h2.password-page-message {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1736063572316.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


BonzaBrats
Tourist
4 0 3

Brilliant!  That did the trick. Thanks Moeed. You rock!

Moeed
Shopify Partner
6530 1773 2144

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications