MyBB Tutorials

Award icons with border and background

Submitted by v4hl, , Thread ID: 176069

Thread Closed
v4hl
Legend
Divine
Level:
14
Reputation:
364
Posts:
6.27K
Likes:
2.19K
Credits:
425
10-07-2020, 05:42 PM
#1
Go ACP >> Users & Groups >> Manage Awards >> Choose your award or add one

Image / Class

Code:
<a href="awards.php?view=9" title=""><img class="Awardstyle1" src="IMAGE"

Replace IMAGE with your icon link / Template Type:Class Template

Click save

Now go to

ACP >> Templates & Style >> Theme >> Choose your theme >> global.css and past this code

Code:
.Awardstyle1 {
    border: 2px solid #fa7c88;
    height: 24px;
    width: 24px;
    border-radius: 15%;
    background: #333;
    padding: 1px;
}
Click SAVE and boom.

[Image: q99Tz18.png]
Credits goes to Mastersly
[Image: xRnLbpm.png]
[Image: Tz6Qsg4.png]

Users browsing this thread: 1 Guest(s)