Changing background-dolors

Hey everyone,

I’ve managed to change the background-color in the search bar in the navigation bar on the top. I would also like to change the background color of the subscription text field and the background color of submitted comments as well as the color of the background that appears as soon as I insert a picture and give it a subtitle, but I can’t find it in the CSS. I’ve attached some screenshots that hopefully will help you understand my problem. Basically, I’d like to substitute the white with the beige background I use.
I appreciate every help!

Hi @woerterrausch,

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

Could you please share me the pages URLs from your site where it is displaying so that i can help you to change their colors?

Kind Regards,
Movin

Hello Movin,

it’s www.woerterrausch.de

thanks!

Could you please share me the exact pages URLs from your site where it is displaying and not just your site URL so that i can help you to change their colors?

Hey Movin,

sure. On the one hand, it’s in the sidebar the field where one is supposed to enter the email to subscribe. And here it shows a white frame around the pictures because I have them a subtitle: http://woerterrausch.de/die-buchmesseblues-challenge-und-der-kampf-gegen-die-ungelesenen-buecher/
The comment section is also in white, which I’d like to change, as you can see in the same post.

Thanks!

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#subscribe-email input,
figure.wp-caption,
.comment .comment-body {
    background-color: #e5ddd7;
}