How to remove the balloon with number on post? http://www.designact.com/blog
Thanks.
How to remove the balloon with number on post? http://www.designact.com/blog
Thanks.
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
This should do the trick:
.comments-link a { display: none; }
However, as Esmi said, you should utilize the incredibly valuable power of Firebug. Especially for instances like this!
That works. Thanks a lot.
You must log in to post.