diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
index 87c0eaf34..d141671d6 100644
--- src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
+++ src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
@@ -479,6 +479,14 @@ body.activity-permalink #buddypress.twentytwentytwo .activity-list .activity-ite
 * @section 3.1.3 - Activity Comments
 *-----------------------------------------------------
 */
+#buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button {
+	text-decoration: none;
+}
+
+#buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button .icon {
+	display: none;
+}
+
 #buddypress.twentytwentytwo .bp-list li .activity-comments .acomment-avatar {
 	width: auto;
 	margin-left: 0;
diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo.css src/bp-templates/bp-nouveau/css/twentytwentytwo.css
index c3ed51b13..46c2f9e42 100644
--- src/bp-templates/bp-nouveau/css/twentytwentytwo.css
+++ src/bp-templates/bp-nouveau/css/twentytwentytwo.css
@@ -479,6 +479,14 @@ body.activity-permalink #buddypress.twentytwentytwo .activity-list .activity-ite
 * @section 3.1.3 - Activity Comments
 *-----------------------------------------------------
 */
+#buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button {
+	text-decoration: none;
+}
+
+#buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button .icon {
+	display: none;
+}
+
 #buddypress.twentytwentytwo .bp-list li .activity-comments .acomment-avatar {
 	width: auto;
 	margin-right: 0;
diff --git src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
index 7393b5530..1b0bba09f 100644
--- src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
+++ src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
@@ -615,6 +615,17 @@ body {
 
 			.activity-comments {
 
+				.show-all {
+
+					button {
+						text-decoration: none;
+
+						.icon {
+							display: none;
+						}
+					}
+				}
+
 				.acomment-avatar {
 					width: auto;
 					margin-right: 0;
