How to take off the counter from Social Counter?

Posted in: Newspaper
Post count: 32

Because my social counter has not been working properly (tried everything to make it work).

Now, I don’t want the social counter to show how much likes/followers I have got. How can I do that?

Post count: 23312

Hello eyesandvoice,

I have checked your website and the Social Counter seem to work as expected -> http://screencast.com/t/kynzUv1ukQ I do not understand very good your request but I suppose that you have to hide the number of likes/followers from this feature. Achieving that, you have to use a bit of CSS code to hide it. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td_social_info {
display:none;
}

The result you should see here -> http://screencast.com/t/vZ55yKD3m

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response in this regard.

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.