Index: src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php	(revision 10536)
+++ src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php	(working copy)
@@ -70,7 +70,7 @@
 
 			<?php if ( bp_group_is_visible() ) : ?>
 
-				<h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
+				<h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
 
 				<?php bp_group_list_admins();
 
@@ -90,7 +90,7 @@
 					 */
 					do_action( 'bp_before_group_menu_mods' ); ?>
 
-					<h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
+					<h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
 
 					<?php bp_group_list_mods();
 
Index: src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php	(revision 10536)
+++ src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php	(working copy)
@@ -19,7 +19,7 @@
 
 	<?php if ( bp_group_is_visible() ) : ?>
 
-		<h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
+		<h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
 
 		<?php bp_group_list_admins();
 
@@ -39,7 +39,7 @@
 			 */
 			do_action( 'bp_before_group_menu_mods' ); ?>
 
-			<h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
+			<h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
 
 			<?php bp_group_list_mods();
 
Index: src/bp-templates/bp-legacy/css/buddypress-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/buddypress-rtl.css	(revision 10536)
+++ src/bp-templates/bp-legacy/css/buddypress-rtl.css	(working copy)
@@ -1233,9 +1233,13 @@
 	text-align: left;
 	width: 20%;
 }
+#buddypress div#item-header div#item-actions h2,
 #buddypress div#item-header div#item-actions h3 {
 	margin: 0 0 5px 0;
 }
+.single-item.groups #buddypress div#item-actions h2 {
+	font-size: 1em;
+}
 #buddypress div#item-header ul {
 	margin-bottom: 15px;
 	overflow: hidden;
Index: src/bp-templates/bp-legacy/css/buddypress.css
===================================================================
--- src/bp-templates/bp-legacy/css/buddypress.css	(revision 10536)
+++ src/bp-templates/bp-legacy/css/buddypress.css	(working copy)
@@ -1233,9 +1233,13 @@
 	text-align: right;
 	width: 20%;
 }
+#buddypress div#item-header div#item-actions h2,
 #buddypress div#item-header div#item-actions h3 {
 	margin: 0 0 5px 0;
 }
+.single-item.groups #buddypress div#item-actions h2 {
+	font-size: 1em;
+}
 #buddypress div#item-header ul {
 	margin-bottom: 15px;
 	overflow: hidden;
Index: src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css	(revision 10536)
+++ src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css	(working copy)
@@ -894,6 +894,7 @@
 	}
 }
 
+.single-item.groups #buddypress div#item-header div#item-actions h2,
 .single-item.groups #buddypress div#item-header div#item-actions h3 {
 	background: #555;
 	color: #fff;
@@ -903,6 +904,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
+	.single-item.groups #buddypress div#item-header div#item-actions h2,
 	.single-item.groups #buddypress div#item-header div#item-actions h3 {
 		font-size: 16px;
 		font-size: 1.6rem;
Index: src/bp-templates/bp-legacy/css/twentyfifteen.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfifteen.css	(revision 10536)
+++ src/bp-templates/bp-legacy/css/twentyfifteen.css	(working copy)
@@ -894,6 +894,7 @@
 	}
 }
 
+.single-item.groups #buddypress div#item-header div#item-actions h2,
 .single-item.groups #buddypress div#item-header div#item-actions h3 {
 	background: #555;
 	color: #fff;
@@ -903,6 +904,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
+	.single-item.groups #buddypress div#item-header div#item-actions h2,
 	.single-item.groups #buddypress div#item-header div#item-actions h3 {
 		font-size: 16px;
 		font-size: 1.6rem;
Index: src/bp-templates/bp-legacy/css/twentyfifteen.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfifteen.scss	(revision 10536)
+++ src/bp-templates/bp-legacy/css/twentyfifteen.scss	(working copy)
@@ -1148,6 +1148,7 @@
 					width: 50%;
 				}
 
+				h2,
 				h3 {
 					background: $dark-background;
 					color: $content-background;
