How to remove social count

Posted in: Newspaper
Post count: 7

How do I remove the social count from social counter?

Thanks!

Post count: 20688

Hi,

Enter this code in Theme panel->Custom Css to remove the social count

.td_block_social_counter .td_social_info {
display: none;
}

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

Post count: 7

Great. Can you also tell me how to remove the text next to the icons such as “like,” “follow,” and “subscribe”?

Post count: 20688

Hi,

You could remove their translation in Theme panel->Translations here – https://www.screencast.com/t/NgNsKq7Wb
Result – https://www.screencast.com/t/IaA738NR
Then if you want you can add this code to remove the button border on the right – https://www.screencast.com/t/xKdj6FRm9

.td_block_social_counter .td_social_type .td_social_button {
border-left: none;
}

Result – https://www.screencast.com/t/QkNhZlgoNm6

Thanks

Post count: 7

Thank you!

How come there is no Pinterest button available on Social Counter? Is there a way I can add a Pinterest button in Social Counter using Visual Composer? And can I reorder the sequence of the social buttons?

Post count: 20688

Hi,

Unfortunately there is no option at the moment to set Pinterest on the social counter, only these options here – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
As for the order of the social icons you can rearrange them by editing the file td_social_icons.php found in the theme files->includes->wp_booster – https://www.screencast.com/t/7VqaUCmmmtPM just make sure you don’t change the punctuation (items are separated by commas) as this could lead to errors

Thanks

Post count: 7

Can’t seem to locate the theme files. How do I access Theme Files? Thanks.

Post count: 20688

Hi,

By default is should be in your WordPress directory->wp-content->themes->Newspaper – https://www.screencast.com/t/uePeUmtdr

Thanks

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