2020-02-20, 03:51 PM
Award icon with border and background
Go ACP >> Users & Groups >> Manage Awards >> Choose your award or add one
Image / Class
Template Type:Class Template
and save
go ACP >> Templates & Style >> Theme >> Choose your theme >> global.css
add this
Go ACP >> Users & Groups >> Manage Awards >> Choose your award or add one
Image / Class
<a href="awards.php?view=9" title=""><img class="Awardstyle1" src="IMAGE"
Replace IMAGE with your icon linkTemplate Type:Class Template
and save
go ACP >> Templates & Style >> Theme >> Choose your theme >> global.css
add this
.Awardstyle1 {
border: 2px solid #fa7c88;
height: 24px;
width: 24px;
border-radius: 15%;
background: #333;
padding: 1px;
}
and save