• Helping out some friends with a site with issues and in over my head with this one…

    the issue is on this page (http://sfx-360.com/newsite/half-minute-hero-super-mega-neo-climax/), in the comment area where there are replies to comments. When i first looked at it, it was worse but i’ve fiddled with the CSS to make it a little better.

    The original CSS had images in the comment background.

    .comment-box { background:url(images/comment-bg.png) repeat-x; border:1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:14px; overflow:hidden; }

    I’ve checked the images directory and they are definitely there & I am pretty sure the images directory is correct. For now, I have changed the background to just white because the comments were alternating colors (one of them black!) and you could not read them.

    At this point, resolving the issue by fixing the image problem or by getting rid of that black box is fine… I am google-ing trying to find answers – any hints you can give me would be great!

Viewing 1 replies (of 1 total)
  • You have to change this line :

    .odd { border-left: none !important; background-color: #000000 !important; }

    by this one :

    .odd { border-left: none !important; background-color: #FFFFFF !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘[LeetPress] – post comments have gone wrong’ is closed to new replies.