Hi
I am using this CSS to hide the Remember Me section on the Login screen for tablet and mobile, but since upgrading to the latest Enfold this morning, the CSS for this no longer works …
/* Remember Me */
@media only screen and (max-width: 979px) {
label.inline {
display: none;
}
label[for="rememberme"] {
display: none;
}
}
Hi richardelectrix!
Try using !important.
display: none !important;
Regards,
Elliott
Hi
That has fixed it, but now the login button drops out of the background …
Hi!
The login button appears properly on my end (browser and nexus 4).
Please try clearing your cache.
Best regards,
Dake
Hi
I have fixed it now – needed to include the !important since the update for some reason.
Hi!
Glad to know you got things sorted on your end.
Please let us know if you ever need any help in the future.
Best regards,
Dake