the page which this text is on is: here
I am not very proficient in coding, so if anybody has any suggestions on ho to remove the text, I would appreciate it.
I should also add that the text only show up to people who are members of the site. I want to restrict it for everybody except the admin.
Again, the link in which the text is on is: TheoryZone
Hi Greg, this is old and your site doesn’t exist any more but I’ve got your answer =\.
See the CSS text area in the plugin settings? Those styles need to match those of the create group button and the next-previous area on the /groups/create page.
The style is inserted into the head using bp_head, so after sticking
<?php do_action( 'bp_head' ) ?>
into your header.php, it should work. “bp_head” isn’t anywhere in the default theme; I haven’t tested it but it shouldn’t work out of the box with the default-theme until they do the above. Weird.