SyntaxFix
Write A Post
Hire A Developer
Questions
Just make the property !important in your css file so that background color doesnot change on mouse over.This worked for me.
!important
Example:
.fbColor { background-color: #3b5998 !important; color: white; }