We're sorry, but this discussion has just been closed to further replies.
I tried this code but it dosent seems to work
Thanks Kat - This code worked for me. I tried the first, it doesn't seem to work anymore. Any idea on how to get rid of the phrase, "Created By xxxx"?
Hi Leese,
The following CSS code will hide the group creator avatar and the "created by" text, so that only the group title appears at the top of group pages:
.xg_widget_groups_group_show .xg_headline .ib, .xg_widget_groups_group_show .xg_headline .navigation.byline {
display: none;
}
.xg_widget_groups_group_show .xg_headline-img .tb {
margin-left:0;
}
Thanks,
Brad
© 2009 Created by Ning Developer Admin