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
Great. Can you also tell me how to remove the text next to the icons such as “like,” “follow,” and “subscribe”?
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
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?
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
Can’t seem to locate the theme files. How do I access Theme Files? Thanks.
Hi,
By default is should be in your WordPress directory->wp-content->themes->Newspaper – https://www.screencast.com/t/uePeUmtdr
Thanks