Forums

[resolved] Comment Box Color (6 posts)

  1. rrex85
    Member
    Posted 4 years ago #

    Every other comment, a white box appears. I'd like to control the color of that box but I can't find the coding that controls it. Can anyone point me in the right direction?

    thanks!

  2. boober
    Member
    Posted 4 years ago #

    a link would help is help you.

  3. rrex85
    Member
    Posted 4 years ago #

  4. boober
    Member
    Posted 4 years ago #

    strange
    down towards the end of your stylesheet find

    /* Begin Comments*/
    
    .alt {
    
    	margin: 0;
    
    	padding: 10px;
    
    	}

    try adding a background color to that. like
    background-color: transparent; for nothing or background-color: #000000; for black

  5. rrex85
    Member
    Posted 4 years ago #

    Worked like a charm.
    thanks boober

  6. boober
    Member
    Posted 4 years ago #

    glad it worked!

    :)

Topic Closed

This topic has been closed to new replies.

About this Topic