hello. i use a milchimp useletter input field at my blog. i want to make the input field much bigger and also the button to register.
Hey corneliaboehm!
Looks like your site is under a maintenance mode plugin. Send us a login so we can check.
Regards,
Elliott
Sorry ;)
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#mc4wp-form-1 input[type='email'] {
padding:20px !important;
}
.mc4wp-form input[type=submit] {
padding: 20px !important;
font-size: 20px !important;
}
Thanks,
Rikard
Cool. Thank you. How can i get the font bigger? http://imgur.com/8IsXiym
Hey!
Please change following code
#mc4wp-form-1 input[type='email'] {
padding:20px !important;
}
following one
#mc4wp-form-1 input[type='email'] {
padding: 15px !important;
font-size: 18px;
}
Best regards,
Yigit
Thank you yigit. And is there a way to delete the text “E-Mail Adresse:” above the input field?
Hi!
Sure, please add following code to Quick CSS as well
#mc4wp-form-1 label {
display: none;
}
Cheers!
Yigit
Wow better and better. Can you also help me to get the button bigger. that it looks like this: http://imgur.com/VmsEAOc
Hi there stranger,
#mc4wp-form-1 input[type='email'] {
min-width: 100% !important;
}
Thanks,
Rikard
OK Rikard,. i have added the code to the quick css but the newsletter button is still small?