Oct 02, 2020 3:43 am
When a user connected via social login, It overwrites the badge color set by roles.
#wpdcom .wpd-soc-user-facebook .wpd-comment-label
{
color: #ffffff;
background-color: auto !important;
border: none;
}
Any way to remove the !important on the css?
2 Replies
Oct 02, 2020 11:51 pm
Nevermind just found a solution 😀 Thanks