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

    #30858
    @multimartin

    Hello,

    Does BuddyBoss change the logo on the login screen of WordPress and if so, how do you disable it?

    Thanks in advance,
    Martin

    Answers

    #30878
    @multimartin

    In fact, is it possible to disable all modifications to the login page? I already have a plug-in which manages my custom login page and BuddyBoss is conflicting with it.

    Martin

    #30910

    Alyssa
    Participant
    @alyssa-buddyboss

    @multimartin this is the code to remove the buddyboss logo on the wp-login page:
    remove_action( 'login_head', 'buddyboss_custom_login_logo' );

    You can view all Login functions beginning on line 837 of buddyboss/buddyboss-inc/theme-functions.php

    Anywhere you see add_filter, add_action or any other add_
    Copy the code to your functions.php in your child theme and replace the add_ with remove_
    Copy only the line with the add_ through the semi colon symbol.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Login Screen Logo’ is closed to new replies.