function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PappuPappu 

Chatter:Follow button without Follow text

Hi Guys,
 
I have added the Chatter follow button on a custom object Standard controller page with extension in a customer page block, but I was wondering how to get just the button, not the word Follow after the plus button?
 
Does any one has a Idea?

Thanks.
NagendraNagendra (Salesforce Developers) 

Hi Pappu,

I used the following CSS and it seemed to do the trick:
<style type="text/css">
    .chatterFollowUnfollow
    .linkText {
        display:none;
    }
</style>
Hope this helps.

Kindly mark this as solved if the reply was helpful.

Regards,
Nagendra
PappuPappu
Thanks Nagendra.

I tried that already. But, no luck :( :( !!!