Hello, I want to change the black background color of mailchimp form on the footer. How can I do this? Please check the private link
Thanks in advance
Hey troupdim,
Sorry I don’t see a mailchimp form in your footer, is it on your homepage or another page?
Best regards,
Mike
Please check my homepage now!
Hi,
Try this code in the General Styling > Quick CSS field:
#top .footer_color input[type='text'], #top .footer_color input[type='email'] {background-color: #fff!important; }
Please clear your browser cache and check.
Best regards,
Mike
ok it’s done. Also how can I change the color of suscribe button and the font of text area?
Hi,
Add this to quick css for the button:
.footer_color input[type='submit']{
background-color:#9dd0d4!important;
border:#9dd0d4!important;
}
For the font do you you mean the within the fields? In that case add the font family declaration to what Mike gave you above.
Best regards,
Jordan Shannon
I want to change the font of this text “Γράψτε το email σας”
Hi,
Try this code in the General Styling > Quick CSS field:
#top .footer_color input[type='email'].text_input.is_email,#top .footer_color input[type='email'].text_input.is_email::-webkit-input-placeholder{
font-family: 'Georgia'!important;
font-style: italic !important;
}
Please clear any cache plugin and your browser cache and check.
Best regards,
Mike
ok, thanks a lot. I have got an another question. I have create three columns, but the first of these appears in the different row. How can I set to appear in the same row with other? Please check the private link.
Thanks in advance