social media buttons at all pages sidebar

Posted in: Newsmag
Post count: 24

Hello,

How to remove the counting of social media buttons only shown social media buttons and link.

Post count: 23312

Hello rahuldungawat,

Try the code below and place it in Theme panel->Custom CSS area.

.td_social_type .td_social_info:nth-child(2) {
display: none;
}

The result is here -> http://screencast.com/t/pGl1Ae6IPRI

Thanks.

Post count: 7

The code took away the count but corresponding words, “fans” or “followers” still remain next to or under the social media buttons. How do you remove these words as well?

Thanks!

Post count: 23312

Hello lemonadepost,

You should use the code below and place it in Theme panel->Custom CSS area.

.td_social_type .td_social_info {
display: none;
}

The result is here -> https://www.screencast.com/t/o0dNC9aX9bg

Thanks for the message!

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