@mahdiar What top users widget? Link to page with the widget you want to copy and link to your site where you want to add the style to.
Hi
There are two default widgets that shows members and groups in three category ( Newest | Active | Popular ) . And there is another widget that only shows online users . I like it’s style and like to change the members and groups widget style .
Sorry For my bad description . Here is my test site . http://risoman.com/test/activity/
Thanks
Simplest way would be by adding this to your theme’s stylesheet:
`#sidebar div.item-title,
#sidebar div.item-meta {
display: none;
}
#sidebar ul.item-list li {
float: left;
margin: 0 5px 5px 0;
padding: 5px;
width: 50px;
height: 50px;
}`
I like your simple answers !
Thanks !
The simpler, the better You’re welcome.