transparent background in the comment part

Hi,
I used a background image in my blog (http://www.malen-macht-spass.de). Now, I have the problem, that the place where you can write a comment at the end of my site ist transparent. You see the background image only and you can’t read it correctly.

If there any possibility, to change the background of the comment box into white or another color? Thanks for your support. :slight_smile:

Best wishes
David

Hi David,

I hope you are well today and thank you for your question.

You can change it s background to white by adding any of the following CSS code in the Custom CSS code option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


#comments {
    background: #fff;
}
.main-content-inner.col-sm-12.col-md-8 {
    background: #fff;
}

Best Regards,
Movin

Hello Movin,

thank you so much. Now it is very well. :slight_smile:

Have a nice weekend.

Best wishes
David

You are most welcome here :slight_smile: