Skip to content

Badge plugin integration

Amiya Sahu edited this page Jan 29, 2017 · 3 revisions

To make the badge plugin look better, add below css code to the plugin.

Go to - Admin -> Plugins -> Badges -> Options -> Badge css stylesheet

Add these below piece of code at the end of the text in the textarea.

.user-level #badge-medals-widget{
    display : block;
}
.user-level .badge-pointer {
    margin-left : 2px;
}
Clone this wiki locally