Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
312 views
in Plugins by
recategorized by

Hi,

I dont know if this is possible...I would like to add a picture as a background  in users badge as shown the picure sample, I did the sample using firebug firefox...where do I edit it, please.

 

 

 

 

 

1 Answer

+1 vote
by
Probably the best way would be with css rules:

.badge-bronze-medal {

     background-image:url('xxxxx');

    color:transparent;

}
by
thank you.......Yes I know, that what I did firebug  but I dont find or dont have the CSS file..should I creat it? in the themes folder? please
by
www.question2answer.org/themes.php
...