Remove Numbers from Social Media Counter

Posted in: Newspaper
Post count: 4

Hi,

I am using the social media counter on one of the pages. I just want to remove the number of fans, followers from the view.

Here is image for reference https://www.dropbox.com/s/ypwca3hbtggmk3s/Picture1.jpg?dl=0

Regards
Ashwin

Post count: 20688

Hi,

You can try this code, enter it in Theme panel->Custom Css

.td_block_social_counter .td_social_info,
.td_block_social_counter .td_social_info_name {
display: none!important;
}

Result – https://www.screencast.com/t/StqtEgZw
Thanks

Post count: 26

I’m looking to do the same thing, but i’d like to keep the like/follow etc. links. Just remove the numbers.

Post count: 20688

Hi,


@legalmediacompany
So remove the count and fans/followers etc, try this code
https://www.screencast.com/t/6mSG0XuVq
If I misunderstand please correct me and I will modify the code accordingly

.td_block_social_counter .td_social_info {
display: none;
}

Thanks

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