Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #538174

    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;
    }
    }
    #538323

    Hi richardelectrix!

    Try using !important.

    display: none !important; 
    

    Regards,
    Elliott

    #538359

    Hi

    That has fixed it, but now the login button drops out of the background …

    http://screencast.com/t/x4wR1Twq1

    #538394

    Hi!

    The login button appears properly on my end (browser and nexus 4).

    Please try clearing your cache.

    Best regards,
    Dake

    #538397

    Hi

    I have fixed it now – needed to include the !important since the update for some reason.

    #538415

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS won't hide Remember Me since Enfold Update’ is closed to new replies.