danlbm
Member
Posted 11 months ago #
I've been trying to remove the comment number from the home page of my site (kentbusinesstv.com).
The template is "Zenko Magazine".
The comment number is displayed on the right of each of the posts. As a temporary solution I removed the comment image and changed the colour of the text to blend in with the background. This has worked to hide them. BUT for some reason on one of our PC's they are still displayed!
Has anyone got an idea of what code I can remove to get rid of the comments completely. I'm new to CSS and still trying to get my head around it all!
Dan
only a guess, as i can't access the code of your commercial theme:
edit the frontpage template (index.php ?) and look for something similar to:
<div class="bubble"><?php comments_popup_link(); ?></div>
http://codex.wordpress.org/Function_Reference/comments_popup_link
or:
adding display: none; at the end of the style for .bubble might work.
also try to contact the theme vendor for support.
danlbm
Member
Posted 11 months ago #
Cheers for your reply.
Adding display: none; did the trick
Something so simple!
Thank you very much.
orjense
Member
Posted 3 months ago #
Hello alchymyth.
I'm using the Zenko Theme for my website and I have the same problem - having Comment Bubbles all over the website and I haven't been able to get ride of them no matter what I ve tried.
This is what my Index.php look like
http://www.panafricantimes.com/what-my-code-look-like/
Please, I need help/suggest.
Kind Regards