Ahoy –
How can I change the color of the mail chimp submit button?
How can I change the size of that button font? and the font family?
Anyway to make the text “email address” and “Name” appear in the boxes?
Hey mcraig77!
Please use the below CSS in Quick CSS and feel free to change the color values :)
/* mailchimp submit button*/
.avia-mailchimp-form input[type='submit'] {
background-color: #FF5722!important;
color: #ffffff!important;
border-color: transparent!important;
}
/* on Hover */
.avia-mailchimp-form input[type='submit']:hover {
background-color: #FF5722!important;
color: #ffffff!important;
border-color: transparent!important;
}
Best regards,
Vinay
Ahoy,
I added those but it didnt work.
Please advise
Hey!
Please try this instead:
.main_color .avia-mailchimp-form input[type='submit'] {
background-color: red;
color: yellow;
border-color: red;
font-size: 20px;
font-family: Arial;
}
Adjust the values as needed.
Cheers!
Ismael
Thanks! 2 things
1. how do i change the hover color?
2. Anyway to make the Email and name text inside the input boxes like the widget? screenshot
Hey!
To change style on hover please try the below code
.main_color .avia-mailchimp-form input[type='submit']:hover {
/* Your styles here */
}
It’s going to take a lot of time and custom styling to add the labels inside the input box we recommend hiring a freelancer to do this job.
Regards,
Vinay
Cool. Thanks!
Thanks! Works good
Hi!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
Andy