• Resolved icreateb

    (@icreateb)


    help! my site is officially launched, people are leaving comments, and all that shows up is a black box with their website and the time of comment. no comment. no name. and an annoying black box. how can i fix this? did i screw something up? i’m pretty sure it didn’t do this before when i was building the site and transfering old data into it.
    what can i do to get rid of hte black box
    what can i do to show names again
    what can i do to SHOW COMMENTS again??
    thanks a ton
    Amy
    http://www.icreatebecauseimust.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    In your theme’s stylesheet:

    ol li{
    display:block;
    border-bottom:1px solid #222;
    list-style:none;
    background-color:#111;
    padding:10px;

    That background-color of #111 is creating the almost-black box. Remove that background-color line entirely.

    Thread Starter icreateb

    (@icreateb)

    thanks! worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘comments don’t show up!!’ is closed to new replies.