• Hey guys, it’s been a little while since I bothered you with a question. So I’ve been doing a ton of work on the site and we’re up and running now. I can’t remember what I did but awhile ago I changed some code and it changed the comment bubble into this grey box that you see on my page. Anyways, I wanted to remove it when it was a bubble and now I really want to remove it that it’s a grey box. Do you have any idea how I can go about removing it? Thanks.

    http://www.edgeeks.com

    http://wordpress.org/extend/themes/twentyeleven/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Quickest and cleanest way to do this would be to go to style.css file, roughly line 1050, and for .entry-header .comments-link a { add line
    display: none; before the }.

    Hope this helps.

    K

    Thread Starter BJBusch84

    (@bjbusch84)

    Thanks K, that didn’t seem to do it though. I tried that and the grey box still remained. Does anyone have any other ideas? Thank you!

    Easy Peasy 🙂

    Add to style.css

    #comments{display: none}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Twenty Eleven] How do I remove the comment bubble at the top of each post?’ is closed to new replies.