Comments Fadi started the conversationAugust 2, 2020 at 9:28pmAnyone knows how to fix the below issues with Mailchimp header sign-up form In desktop mode:To hide "Description" textTo change custom message font color to "white"To align all fields as well as the Subscribe button to centerIn responsive mode:To hide "Description" textTo align all fields and button to center and resize them equallyTo increase the height of the button as the same in the footer formNote changes required to the footer sign-up form. 2,701PenciDesign repliedAugust 3, 2020 at 4:34amHi, Please try add more this code to Customize > Custom CSS: .penci-header-signup-form .mc4wp-form-fields > p.mdes{ display: none; } .penci-header-signup-form .mc4wp-response p, .footer-subscribe .mc4wp-response p{ color: #fff; } @media only screen and (max-width: 960px){ .penci-header-signup-form .mc4wp-form-fields > p, .penci-header-signup-form form > p{ padding: 0 !important; } .penci-header-signup-form .mc4wp-form input[type="text"], .penci-header-signup-form .mc4wp-form input[type="email"]{ margin-left: auto; margin-right: auto; text-align: center; } .penci-header-signup-form .mc4wp-form input[type="submit"]{ height: 48px; line-height: 48px; padding: 0; } } Best Regards, PenciDesignFadi repliedAugust 7, 2020 at 12:19pmThanks you so much.One more question. Why the submit button on mobile does not look like the same as on the web (for both header and footer sign up forms).Thanks again for your great support. 2,701PenciDesign repliedAugust 7, 2020 at 4:26pmHi,Because that's style for all iOS buttons. The iOS operating system has auto changed it to that button..You can see it's normal on Android devices.Best Regards,PenciDesign Sign in to reply ...
Anyone knows how to fix the below issues with Mailchimp header sign-up form
Note changes required to the footer sign-up form.
Hi,
Please try add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
Thanks you so much.
One more question. Why the submit button on mobile does not look like the same as on the web (for both header and footer sign up forms).
Thanks again for your great support.
Hi,
Because that's style for all iOS buttons. The iOS operating system has auto changed it to that button..
You can see it's normal on Android devices.
Best Regards,
PenciDesign