Question

Photo of Knolly Shadrache

0

How to hide 'remember me on this computer'

Anyone had success in doing this at all?


I've tried CSS overrides but no success..


thanks

  • Photo of David Stevens

    0

    You may not have added !important to your CSS override.    If that doesn't work you can add a script to the PreHtml:
    <script>

    $(document).ready(function(){

        $('.checkbox').hide()

    });

    </script>