How to hide subscribers counter from stay connected section?

Posted in: Newspaper
Post count: 43

Hi,

Since the number of likes or subscribers in Facebook, Instagram and Twitter is very less. I have to hide the counter but want to show the social icons so that they visitors can click on them to like or follow us.

Here is the screenshot highlighting the issue.

http://www.screencast.com/t/OABBmiovhv5

Can you please guide me how can I hide the counter from these social icons?

Thanks for your help.

Post count: 35449

Hi,

In order to hide the number of follows please add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-social-list .td_social_info {
display: none;
}

https://www.screencast.com/t/NkxrIw1pLR4O

Thank you for your understanding.

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