BuddyBoss Home – Web Support Forums Themes OneSocial theme Two mark fields on login layout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #66072
    @johnnetr

    Hi, there are two mark field on the login layout, check the picture. How to solve this?

    Answers

    #66095
    @johnnetr

    In addition. the field that cache my username and password got white background instead of transparent background. How to fix this bug?

    #66101

    Alyssa
    Participant
    @alyssa-buddyboss

    Hello @johnnetr,

    It looks like some JS conflict or issue on your site. Please put following CSS code under Dashboard -> BuddyBoss -> OneSocial Theme -> Custom Codes -> CSS

    input#login_rememberme {
        opacity: 0;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    About input background – This has been as designed since this coloring behavior has been from WebKit (Chrome Browser). It allows the user to understand the data has been prefilled. Bug 1334

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Two mark fields on login layout’ is closed to new replies.