Hey there,
I have a mailchimp sign up form which I want to change its appearance. I added some Custom CSS but it didn’t show any changes. I think the selectors are correct chosen so I don’t know where the problem could lay.
#mc_embed_signup .button{
font-size: 15px;
background-color: #333333;
}
#mc_embed_signup input.email{
background-color: rgba(255,255,255,0.9);
border: 3px solid #333333;
}




