Hide "Fans", "Followers", and "Subscribers" for social icons

Posted in: Newspaper
Post count: 71

Hi, I am using the Beauty-Blog Cloud Template and am trying to manipulate the social icons on the right side of the page. http://blog.tryandreview.com/

I want to remove the “Fans”, “Followers”, and “Subscribers” count for this. Can someone help me here?

Thanks!

Post count: 20688

Hi,

By a theme setting it’s not possible, but I could give you a code for it
http://prntscr.com/n6uh8x
Enter it in Theme panel->Custom code->Custom CSS code section

.td-social-style9 .td_social_type .td_social_info_name {
display: none;
}

Let me know if you have more questions.
Thanks

Post count: 71

Thanks for your help Simon. Unfortunately it is still displaying (right panel under second section): http://blog.tryandreview.com/

Post count: 20688

Looks alright now – http://prntscr.com/n7sr62 the fans, followers etc text is not displayed anymore. If I misunderstand what you wanted let me know.

Post count: 71

Yes Simion, the “fans” and “followers” text doesn’t display but the numbers still do. How can I hide this as well?

Post count: 22421

Hello,
Try this custom css code:

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

Thank you!

Post count: 71

I was able to successfully add it but it did display a “caution” sign next to it. Is that okay?

Post count: 20688

Sorry for misunderstanding, you wanted then count removed and I gave you a code for the text. That code Bogdan mentioned will do that, you can use them both as well. Add it like this to be fully correct (there is an extra semicolon in Bogdan’s code)

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

The caution appears because of the !important used in the code, there will be no problem in this case, you can use it safely.

Please let us know if you have more questions.

Post count: 2

I also want to hide social count, use the code but desnt work vizconde.com , and i will also like to hide the coment count that display at the post images

Post count: 20688

Hi,


@alfredmoraes
I can modify it to work in your case. Using the code from above as it is will make the counter look like this – http://prntscr.com/ngla5y
If you want something different let me know how exactly and I will modify it.

The comment count in the post pages can be disabled in the theme panel
http://prntscr.com/nglb98
I see you removed it already. If I misunderstand please correct me.

Let me know.
Thanks

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