Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1270435

    Hi Enfold Team,

    Happy New Year!
    Hopefully it will be a healthy 2021 with many new possibilities.

    I would like to change the colour of the button in a Mailchimp sign up form. See the page number in the private content.
    How can I do that? I would like to change it in this colour: #EF7985

    And is it possible to align the button in the center?

    Many thanks!
    Eefke

    #1270532

    Hey Eefke,

    Add this to quick css:

    .main_color .button, .main_color input[type='submit']{
        background-color: #EF7985;
        color: #ffffff;
        border-color: #EF7985;
    }

    Best regards,
    Jordan Shannon

    #1270579

    Thanks for your quick reaction.
    I only want to change the colour and the position of the buttons on 1 page. Is this code then right?

    Many thanks.

    #1270757

    Hi,

    Please try this instead if you only want to change it on the page you linked to:

    .home .avia-mailchimp-form .first_form {
        width: 100%;
    }
    
    .home .avia-mailchimp-form .button {
        width: 50%;
        display: table;
        margin: 0 auto;
        background: green;
        border-color: green;
    }

    Best regards,
    Rikard

    #1270812

    Hi Rikard.

    If I put your code in the quick CSS nothing changes.
    Don’t we need to add the page id and the colour of the button somewhere?

    Thanks.

    #1270998

    Hi,

    Please try this CSS instead:

    .page-id-6435 .avia-mailchimp-form .first_form {
        width: 100%;
    }
    
    .page-id-6435 .avia-mailchimp-form .button {
        width: 50%;
        display: table;
        margin: 0 auto;
        background: green;
        border-color: green;
    }

    Best regards,
    Rikard

    #1271050

    Hi Rikard,

    Thanks. It changes on the right page now.
    Unfortunately the button is still not alligned. Instead it becomes really small. And the colour is green instead of this colour: #EF7985.

    Any ideas?

    Thanks.

    #1271289

    Hi,

    I added the CSS for you, please review your site.

    Best regards,
    Rikard

    #1271354

    Hi Rikard,

    Yes, that worked. Thanks a lot!
    I really appreciate it.

    The strange thing is that only at the bottom of the page the field ’email address’ is a different size.

    I’ve tried to copy the first colour section with the Mailchimp form and place this at the bottom, but that didn’t do the trick.
    Any ideas on that?

    #1271491

    Hi,

    It’s fixed now, please review your site.

    Best regards,
    Rikard

    #1271874

    That did the trick!
    Thanks a lot. Really happy with your support.

    You can close this topic now.

    #1271882

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change colour button in Mailchimp form’ is closed to new replies.