Hi,
I added this code to CSS;
// This part is works only for verified
span.Verificated a::after {
content: url("https://icons.getbootstrap.com/assets/icons/patch-check-fill.svg");
margin-left: 2px;
width: 17px;
height: 17px;
display: inline-block;
}
to do this;
but that code does not showing in user card or user profile.
How can i add this badge on user card & profile?