Hi,
I would like to customize the color of the button for the mailchimp signup button. I need to change the color of the background and color of the text and also the hover background color and text colour.
¿How can I do it?
Thanks,
Edu
Hey!
Try adding this code to General Styling > Quick CSS:
#top .avia-mailchimp-form .button {
background: red;
color: white;
}
#top .avia-mailchimp-form .button:hover {
background: blue;
color: yellow;
}
Cheers!
Josue
Hi Josue!
It worked perfectly! Now I have a beautiful customized button : ) Thanks!!
You are welcome, glad to help :)
Regards,
Josue