gusmontemayor Hi
You can open the file: [your_site_root]/components/com_community/templates/jomsocial/layouts/groups/single.php
Remove line 955-957:
<a href="#joms-group--details" class="<?php echo (($showGroupDetails && $config->get('default_group_tab')) || (!$showGroupDetails) && !$aclpost) ? 'active' : ''; ?>">
<?php echo JText::_('COM_COMMUNITY_GROUP_DETAILS'); ?>
</a>