diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 831ff787f2..85e22910eb 100755 --- a/theme/gnusocial/css/social.css +++ b/theme/gnusocial/css/social.css @@ -422,4 +422,8 @@ margin-bottom:18px; .entity_subscribe a:after { content:' and add to your friends'; - } \ No newline at end of file + } + + +.entity_subscriptions ul:before { content: 'Fan of...' } +.entity_subscribers { display: none !important; } \ No newline at end of file