Reputation:
i want to create borders around my awards...
View attachment 36655
Reputation:
Which addon you are using for the awards?
That what you want is not visible on that screenshot, right
Reputation:
i am using Awards addon , i want to create border around icon that i want. like this , View attachment 36656
padding: 3px;
border: 2px solid #fdd15c;
border-radius: 15%;
background: #333;
Reputation:
i am using Awards addon , i want to create border around icon that i want. like this , View attachment 36656
.afAwardImg {
border-radius: 5px;
padding: 1px;
border: 1px solid green;
}
Reputation:
If you use addonflare awards, you can declare custom css when you create a new award.
Try this code:
CSS:padding: 3px; border: 2px solid #fdd15c; border-radius: 15%; background: #333;
Also as suggestion, try lowering the award height in Style Properties > Addonflare awards
Your awards appear big as hell.
Reputation:
This can be done for each award individually like this:
Before:
View attachment 36659
View attachment 36660
Do the change here in the Inline CSS:
View attachment 36661
After that it looks like this:
View attachment 36662
View attachment 36663
If you want to do it for all, you can set in extra.less
CSS:.afAwardImg { border-radius: 5px; padding: 1px; border: 1px solid green; }