Social Media plugin should not show follower counts

Posted in: Newspaper
Post count: 6

Hello.
I am using the Newspaper theme.
I want to use the TagDiv social media plugin without showing the numbers of followers, fans, likes, etc. There should be only the icon and the phrases “Follow”, “Like”, etc. Is there a way to do this in the editor?
Thank you.

Post count: 35449

Hi,
This can be done if you are using a custom css like this one:
.td_block_social_counter .td_social_type .td_social_info_counter {
display: none;
}

The css should be set in the theme panel > custom code> custom css.
I hope it will help you!

Post count: 6

Yes, it worked. I added this small code in addition to the code you provided:
.td_social_info_name {display: none;}

Just a note for those who are interested in this.

Thank you for your help.

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