Does anyone know how to remove the comment number (o) that i've circled on my blogger.com blog? Thanks
You can't in the blogger options menus. You can do it by modifying the HTML, but that would depend on the theme you use.
Looks like it is above the title, rather than the bottom of the post, so you need to go through the HTML looking for something saying "Title" in the code above the post, and just above that should be something regarding comments. "display_comment_count" or something similar. As mentioned, depends on the theme which you are using.
/* Comments ------------------------------------------------ */ #comments h4 { margin:1em 0; font-weight: bold; line-height: 1.4em; text-transform:uppercase; letter-spacing:.2em; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block .comment-author { margin:.5em 0; } #comments-block .comment-body { margin:.25em 0 0; } #comments-block .comment-footer { margin:-.25em 0 2em; line-height: 1.4em; text-transform:uppercase; letter-spacing:.1em; } #comments-block .comment-body p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } Code (markup): I think its in the css?