Sorry for the double post, but i can’t edit the first one.
I’m also trying to customize my group header.
I want to hide two things, if the “group is public or not” and the “group description”.
If i use this: `.buddypress div#item-header-content {
display:none;
}` everything is hidden…and i need to keep the button.
I have hidden the admin name with this code :`.group-admins.col-sm-12 {
display:none;
}` )
But i can’t figure out how to hide the other stuff and in the same time “keep” the “join or leave group button”.