Technical Details
Forum version : #Unspecified
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Other
Who the problem concerns : All members
Forum link : http://uniquecitizens.forumotion.com
Description of problem
I have issue of icons for the award systems for something like thisSince it use css code to change the icons. Below is the css code share by @Ange Tuteur in this post https://help.forumotion.com/t154916-award-selector#1064917
- Code:
/* -- award css -- */
.postprofile .fmd_awards {
display:block;
white-space:nowrap;
position:relative;
overflow:hidden;
}
.postprofile .fmd_awards tbody { display:block; }
.fmd_awards td {
color:#FFF;
background:#69C;
height:32px;
width:32px;
border-radius:100px;
position:relative;
display:inline-block;
text-align:center;
line-height:32px;
font-size:18px;
margin:1px;
cursor:default;
}
.a_member:before { content:"\f00c"; } /* registered */