Changing the Theme Color does not change the BuddyPress Registration Button Colo

Posted in: Newspaper
Post count: 23

Dear Sir
I changed the theme color, however, the only place where this does not change the button hover color is on the registration page of the buddypress.

The link to the website is:-
http://www.bookreviews.tv
Color changed from default Blue to Orange

Buddypress registration page:-
http://www.bookreviews.tv/register

The register button hover color is still blue.

Kindly propose a solution to the same.

Best regards
Vishesh

Post count: 22421

Hello,

Please add this code in the theme panel-> custom css box:
#buddypress input[type=submit]:hover{
background-color: #f49d00!important;
}

Thank you!

Post count: 23

Awesome!! Thank you very much. Your support is much appreciated.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.