Forums

Comment area staying with white background color (4 posts)

  1. databell96
    Member
    Posted 2 years ago #

    Weird problem going on. Can't figure it out but in my comments like on this page:

    http://www.breweriesbarsandbeerfood.com/blog/episode-guide/episode-1-stone-brewing-in-escondido-ca/#comments

    The comment area has a white background. I went into my style.css file and eliminated all sorts of areas where that might appear but I still get the white background. How can I solve this?

  2. Christine
    Moderator
    Posted 2 years ago #

    I think that this is the culprit:

    .thread-even {
    	background-color: white;
    }
  3. databell96
    Member
    Posted 2 years ago #

    Yep, that was it. Thanks. Still got to figure out how to lose the white border. But at least this is a good start.

  4. Christine
    Moderator
    Posted 2 years ago #

    Have a look at this:

    .depth-1 {
    border: 1px solid #ddd;
    }
    
    .even, .alt {
    	border-left: 1px solid #ddd;
    }

    Maybe change the colour to purple or something and see if that's it.

Topic Closed

This topic has been closed to new replies.

About this Topic