BuddyBoss Home – Web Support Forums Themes Boss. theme Change color of background login screen

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

    #48809
    @costyclan

    Can I please have custom code to change background of login screen to be black #000000 ?
    (see current colors attached – logo can’t be seen as it is white)

    Answers

    #48827

    Anonymous
    @

    You can check following thread
    https://www.buddyboss.com/support-forums/topic/login-form/

    
    function bb_custom_login() { ?>
        <style type="text/css">
            body.login {
      background-color: #000 !important;
    }
        </style>
    <?php }
    add_action( 'login_enqueue_scripts', 'bb_custom_login' );
    
    

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Change color of background login screen’ is closed to new replies.