Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #612475

    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?

    #612492

    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

    #612495

    Ahoy,

    I added those but it didnt work.

    Please advise

    #614562

    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

    #614608

    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

    #614631

    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

    • This reply was modified 8 years, 7 months ago by Vinay.
    #614641

    Cool. Thanks!

    #614642

    Thanks! Works good

    #616250

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mail plugin color/ options’ is closed to new replies.