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!
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
Thanks for your help Simon. Unfortunately it is still displaying (right panel under second section): http://blog.tryandreview.com/
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.
Yes Simion, the “fans” and “followers” text doesn’t display but the numbers still do. How can I hide this as well?
I was able to successfully add it but it did display a “caution” sign next to it. Is that okay?
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.
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
-
This reply was modified 7 years by
alfredmoraes.
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