diff --git a/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php b/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
index c8dc3fd58..208e2bd63 100644
--- a/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
+++ b/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
@@ -535,6 +535,12 @@ function bbporg_toolbar_css_overrides() {
 			#wpadminbar #wp-admin-bar-user-info a:hover .display-name { color: #328C00; }
 			#wpadminbar #wp-admin-bar-user-info .username { color: #000; }
 
+			@media screen and (max-width: 782px) {
+				.with-avatar a.ab-item {
+					text-indent:-9999px !important;
+				}
+			}
+
 			/* Some responsive'ish tweaks */
 			@media screen and ( max-width: 460px ) {
 				#wpadminbar {
