Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #680320

    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

    #680368

    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

    #680572

    Hi Josue!

    It worked perfectly! Now I have a beautiful customized button : ) Thanks!!

    #681009

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customize Mailchimp signup content element button’ is closed to new replies.