DarkGizmo
Well-known member
Can someone help me with putting a better verification badge on my site? I'm not looking to purchase an add-on at this time, right now I handle it through my extra.less template using font-awesome.
Here is what my current badge looks like:
Here is what I would like it to resemble:
Here is the coding used:
Can anyone give me the proper coding to make the verified checkmark closer to the one for my guilded server? Also would like it to be a little smaller as well, and if possible is it possible to have it say "Verified User" when someone hovers over it?
Here is what my current badge looks like:
Here is what I would like it to resemble:
Here is the coding used:
Code:
.template-member_view,
.template-thread_view
{
span.username--style8:after {
color: #0077f5;
font-family: 'Font Awesome 5 Pro';
content: "\f058";
font-size: 21px;
font-style: normal;
margin-left: 6px;
}
}
Can anyone give me the proper coding to make the verified checkmark closer to the one for my guilded server? Also would like it to be a little smaller as well, and if possible is it possible to have it say "Verified User" when someone hovers over it?