Background color comment boxes CSS

Hi, Could you maybe help me with some css to change the background color of the comment boxes on this blog. (X-theme, ICON)
Thank you!

http://sjaanabel.nl/de-oude-jacob/

Hi there,

Your website is in the maintenance mode and I could not access the page you are talking about. Please disable the maintenance mode or kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

The answer below is given having [this page](kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.) in mind.

Please add the CSS code below to X > Launch > Options > CSS:

.x-comments-area {
    background-color: #ff00ff;
    padding: 10px;
}

Feel free to change the color code to whatever color you like. Thank you.

Thank you. It’s almost perfect.
I switched off the maintenance for a while so you can see what I mean.
Thanks!!
renate

The area around the comment box is still white.

The comment itself and the comment input area is also still white, if you know what I mean.

Hi there,

Please try this code:

.single-post .x-comments-area {
    margin: 0 auto;
    padding: 3.5em 0;
    width: 88%;
}

.single-post .x-main .x-container {
    width: 100%;
    max-width: 100%;
    background-color: #FAE2A8;    
}

Hppe this helps.

Thank you very much!
Much better.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.