Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide Member total in Widget?


  • marbler
    Participant

    @marbler

    Is there a way to hide the line showing number of members in the Group Widget?

    For example a group shows:

    “Group Name”
    “7 Members”

    I’d just like it to say
    “Group Name”

    Thanks

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

  • meg@info
    Participant

    @megainfo

    hi,

    you can hide it by adding this css code in the style.css of your current theme.

    
    .widget.buddypress div.item-meta,
    .widget div.item-meta
     {
       display:none !important;
    }
    

    marbler
    Participant

    @marbler

    Thanks @meginfo ! Just out of interest, will making any changes to style.css get overwritten when updating BP? I’m still trying to get my head around child themes.


    @mercime
    Keymaster

    @mercime

    @marbler one of the reasons you would like to create a child theme is that the changes (CSS or HTML or JS, etc) you make on child theme won’t be overwritten when parent theme is upgraded.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Member total in Widget?’ is closed to new replies.
Skip to toolbar