Password Page 'Enter Using Password' link not working. Please help!

I cant figure out why the ‘Enter Password’ link on my Password Page isnt clicking or working on desktop or mobile. Can someone assist?

Hello @AaronS89291

There might be a chance that the issue is in your javascript file and due to that you are facing this problem.

Please check your browser console and check is there any error when you click on the link?

I think you forgot to mentioned the store URL. Please share it so I can check and help you with that.

There’s no error message, it just will not click at all.

pepprbeauty.com.au

Hello @AaronS89291

Thank you for the URL.

As I can see there is an issue on your CSS file.

You can edit your theme code → find file section-password.css

in line number line number 317 there is a CSS rule #shopify-section-main-password-header > div

Insted of z-index:1; You can set z-index:99999; Like this screenshot: https://prnt.sc/66V2jCibx6Nw

See the result: https://prnt.sc/XoNCJpTbuZML

I hope that works for you. Let me know if you are not familiar with code.