Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Custom style for bp default widgets ? (solved)


  • mahdiar
    Participant

    @mahdiar

    Hi
    I’d like to change the style of top users widget . I like the online users widget syle .
    How can I do that ?

Viewing 6 replies - 1 through 6 (of 6 total)

  • mahdiar
    Participant

    @mahdiar

    ???


    @mercime
    Keymaster

    @mercime

    @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.


    mahdiar
    Participant

    @mahdiar

    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


    @mercime
    Keymaster

    @mercime

    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;
    }`


    mahdiar
    Participant

    @mahdiar

    I like your simple answers ! :)
    Thanks !


    @mercime
    Keymaster

    @mercime

    The simpler, the better :-) You’re welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] Custom style for bp default widgets ? (solved)’ is closed to new replies.
Skip to toolbar