This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
How do I reduce the size of the subscribe input box and button
I also want to change the color of the button. It doesnt change with theme customization… I think i have to use custom css.
Thanks
ff
Hello,
Please try this code:
.footer .wpcf7-validates-as-email, .footer .wpcf7-submit {
height: 40px !important;
}
.footer .wpcf7 input[type="submit"] {
background-color: #dfa17c !important;
border: 1px solid #dfa17c;
}
http://prntscr.com/jbz5bc
Also, you can use MailChimp form – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
Regards
You must be logged in to reply to this topic.Log in/Sign up