I have added the widget Footer Signup Form, but the signup button (in the attached image "HELL YEAH", is not as wide as the other fields (e.g. name, emailadress). How can I change this so that it matches?
Also one field is black boxed and the other grey. How can I make sure they both match?
Hi there,
I have added the widget Footer Signup Form, but the signup button (in the attached image "HELL YEAH", is not as wide as the other fields (e.g. name, emailadress). How can I change this so that it matches?
Also one field is black boxed and the other grey. How can I make sure they both match?
Thank you.
Kind regards
Hi,
Please add more this code to Customize > Custom CSS to do that:
.footer-subscribe .widget .mc4wp-form input[type="text"]{ background: none; border-radius: 0; border-color: #d7d7da; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; padding-top: 0; padding-bottom: 0; height: 48px; line-height: 48px; font-size: 14px; margin: 0; color: #313131; } .footer-subscribe .widget .mc4wp-form input[type="text"]:focus, .footer-subscribe .widget .mc4wp-form input[type="text"]:hover{ border-color: #888888; } .footer-subscribe .widget .mc4wp-form input[type="submit"]{ max-width: 500px; }
Best Regards,
PenciDesign
Thank you, it worked!
Hi,
I just checked it and I see everything working fine.
Best Regards,
PenciDesign