The Password for the Under Construction Page Isn't Working Correctly

Hi, I’m currently working on a website https://www.ttcampervanhire.co.uk/ and I’m using Pro, with the Under Construction page enabled and password protection. It’s been working fine, however since updating the theme, when I click on the key icon, it just comes up with a button that says ‘Login’ without any field to enter in the password! So my client is now unable to access the site to view.

Please see the screenshot below for your reference.

Hope you can help!

Thanks!

Hey @core365,

Thanks for writing in!

Actually it is invisible to the eye.


This is happening because a certain CSS code present on the site is removing the border of the input field.

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    font-size: 15px !important;
    color: #38424f !important;
    border: 0px !important;
}

This code have been added somewhere in Cornerstone > Theme Options > Code > CSS.

Best Regards.