This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Olga Barlow
Hi Support
Please can you show me or send me the code to style the footer newsletter signup form as per your theme.
The default for Mailchimp for WordPress is not the same.
Thanks
Hello,
Go to Theme Options > Styling and change some existing custom styles by the following
.footer-form input[type="email"] {
background-color: transparent;
max-height: 44px;
border: 1px solid #515151;
padding: 12px 140px 16px 17px;
width: 100%;
}
.footer .footer-submit-form {
position: absolute;
right: 0;
top: 0;
background-color: #fff;
font-family: "Open Sans";
font-weight: 600;
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
padding: 7px 21px 7px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up