Anyone know how to remove comment number on blogger.com?

Discussion in 'Programming' started by kevydesigns, May 31, 2011.

  1. #1
    Does anyone know how to remove the comment number (o)
    that i've circled on my blogger.com blog?



    [​IMG]


    Thanks
     
    kevydesigns, May 31, 2011 IP
  2. Aurele

    Aurele Member

    Messages:
    140
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #2
    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.
     
    Aurele, May 31, 2011 IP
  3. kevydesigns

    kevydesigns Well-Known Member

    Messages:
    1,209
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    125
    #3
    yeh, but im not sure which part of the html. do u roughly know which part i should search for?
     
    kevydesigns, May 31, 2011 IP
  4. Ashley Pearson

    Ashley Pearson Active Member

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #4
    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.
     
    Ashley Pearson, May 31, 2011 IP
  5. kevydesigns

    kevydesigns Well-Known Member

    Messages:
    1,209
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    125
    #5
    could this be it?
     
    kevydesigns, May 31, 2011 IP
  6. Aurele

    Aurele Member

    Messages:
    140
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #6
    No I think that's the header of your page. Try searching lower.
     
    Aurele, May 31, 2011 IP
  7. kevydesigns

    kevydesigns Well-Known Member

    Messages:
    1,209
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    125
    #7
    looked everywhere, cant seem to find it :(
     
    kevydesigns, May 31, 2011 IP
  8. kevydesigns

    kevydesigns Well-Known Member

    Messages:
    1,209
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    125
    #8
    /* 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?
     
    kevydesigns, May 31, 2011 IP