Skip to:
Content
Pages
Categories
Search
Top
Bottom

Button fo “join group” and “leave group”


  • farandhigh
    Participant

    @farandhigh

    Wordpress : 3.4.2
    Buddypress : 1.6.1

    Hello,
    I’m trying to set a buddypress site, Im quiet new to buddypress and don’t understand how to change the “join group” and “leave group” button to replace them with images (one for “join group”, one for “leave group”),
    Ive reached some forum but dont really see what Im looking for, if someone can give me a hand please ?
    Thanks in advance,
    Oli

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

  • meg@info
    Participant

    @megainfo

    hi,

    you can use css class for the buttons

    a.leave-group{
    background-image:url(../leave-group-img.png);
    display:block;
    height:40px;
    text-indent:-9999px;
    width:100px;
    }

    a.join-group{
    background-image:url(../images/join-group-img..png);
    display:block;
    height:40px;
    text-indent:-9999px;
    width:100px;
    }


    farandhigh
    Participant

    @farandhigh

    Hello megainfo,
    First of all, thank you for answering,
    and ethen if its not that conventional, this is working perfectly ;)
    Oli


    meg@info
    Participant

    @megainfo

    u welcome :)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button fo “join group” and “leave group”’ is closed to new replies.
Skip to toolbar