Viewing 2 replies - 1 through 2 (of 2 total)
  • The background of those form fields or that entire div will be in your style.css file (typically).

    Look for things like:

    #comments {background }

    or

    .comments {background }

    That will control those colors.

    You find the comments CSS, the background color may not be defined if it is inherited from a higher div. So you may have to add the background part.

    Thread Starter GrYf

    (@gryf)

    Hmmm Whats the code to add the background part? :$

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the white color of the comments?’ is closed to new replies.