Newsletter form color

Hello there

I tried to change the newsletter form color of my wordpress (https://act-outofthebox.com/) but didn’t get it right…

For now it is automatically violet as you can see in the screenshots attached.

The newsletter is in the footer widget in homepage but also in the footer widget & the sidebar in the other pages.

How can I change the color ?

Thank you so much…

Jordan

Hi @jordan26,

Use this css code:

.jetpack_subscription_widget form {
    background: #ecc4c4;
}

Thanks,

Cristian