comment bubble

  • Unknown's avatar

    Hi, I’m trying to remove that awful comment bubble on the twenty eleven them, wp.com NOT wp.org. I have the custom upgrade and when i enter the codes that ive found on here and save it, nothing happens. Also, I’m yet to find a preview button. Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To hide the comment bubbles that appear around comments at the bottom of individual posts in the Twenty Eleven theme, add this to your Appearance → Themes → Customize → CSS panel:

    .commentlist > li:before {
    	content: "";
    }
    .commentlist > li.comment {
    	background: none;
    	border: none;
    	margin: 0;
    	padding: 0;
    }

    Adjust the margin and padding values as needed.

  • The topic ‘comment bubble’ is closed to new replies.