Please delete or disregard this post: we found the answer here:
this works:
#content > div.myactivities-sidebar > div > div.main > div > div > div.user-report-summary > div > div.user-report-info.span6 > div.user-report-info-data > div:nth-child(5) {display: none;}
###
Hi Everyone,
My colleague and I are trying to hide the “Groups” and “Group Names” from appearing to our users on the My Activities page.
We tried a few ideas with some CSS but couldn’t get it right.
I tried the code below, but it did not work:
/* on the My Activities page, hide the Group Names from the users */
div.label:contains("Groups") + div.data {
display: none;
}
Any help is appreciated!