XF 2.2 Add images as ranks

rodritwm

Member
Hello guys i want to know how to add images as ranks, i tried everithing i could find online and nothing works.
Any idea why? Thanks!
i tried with this code in extra.less and nothing works
.admin {
background: url("imglink") no-repeat;
height: 38px;
width: 105px;
text-indent: -10000em;
display: block;
}
 
Top Bottom