BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › No changing color
Tagged: changing color
- This topic has 6 replies, 2 contibutors, and was last updated 9 years, 9 months ago by Alyssa.
Question
February 7, 2015 at 11:00 am #35558@yannHello
In buddypanel, no changing color for “icons (closed)”, only “icons (open)” work fine.I’m alone with this issue?
Answers
February 7, 2015 at 11:06 am #35559@yannSorry. 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.
February 7, 2015 at 2:58 pm #35577@alyssa-buddyboss
AlyssaParticipantGot it, thanks for sharing!
February 7, 2015 at 4:09 pm #35591@yannOk. 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?
February 8, 2015 at 9:52 am #35611@alyssa-buddyboss
AlyssaParticipant@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.
February 8, 2015 at 11:03 am #35619@yannThank you so much @tjchester!
But maybe difficult to understand for me… So i Change buddypanel color, more simple!!! 😉
February 8, 2015 at 12:35 pm #35623
- The question ‘No changing color’ is closed to new replies.