BuddyBoss Home – Web Support Forums Themes Boss. theme No changing color

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

    #35558
    @yann

    Hello
    In buddypanel, no changing color for “icons (closed)”, only “icons (open)” work fine.

    I’m alone with this issue?

    Answers

    #35559
    @yann

    Sorry. No problem. False interpretation for me. It works fine now.

    But on the demo, the icon change color on mouse over. And it works for me only if i don’t change the color of icon. If i do, on mouse over it’s the “icons (open)” color.

    #35577

    Alyssa
    Participant
    @alyssa-buddyboss

    Got it, thanks for sharing!

    #35591
    @yann

    Ok. so it’s my “color topic”! if not, i’ma affraid to open many topic.

    With the default color scheme background color of wp-login.php is the buddypanel panel background color.

    How to make the background color of wp-login like Footer Bottom Area background color?

    #35611

    Alyssa
    Participant
    @alyssa-buddyboss

    @yann this is a WordPress issue. This is a complex issue that can only be completed by editing php files. See post here: https://www.buddyboss.com/support-forums/topic/customize-login-page/#post-28580

    You will need to do something similar with CSS like this:

    function buddyboss_custom_background()
    {
                    echo '<style type="text/css">
                        body{background:black;}
                        </style>';
    }
    add_action( 'login_head', 'buddyboss_custom_background' );

    You will need to change the background color to the same as your footer. For further changes to the login page you will need to contact WordPress for support.

    #35619
    @yann

    Thank you so much @tjchester!

    But maybe difficult to understand for me… So i Change buddypanel color, more simple!!! 😉

    #35623

    Alyssa
    Participant
    @alyssa-buddyboss

    @yann, sorry my instructions were incomplete you need to place this code in functions.php of your child theme. Use it if you want. Otherwise I think it will help other people 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘No changing color’ is closed to new replies.