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?
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?
Nevermind just found a solution 😀 Thanks