Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #489231

    so i followed the integration method here
    http://kriesi.at/documentation/enfold/mailchimp-integration/

    but my sign up button is not aligned. what went wrong?

    also how do i make it transparent like enfold version?
    screenshot

    • This topic was modified 9 years, 3 months ago by dagashi.
    #489549

    Hi dagashi!

    Send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    #494588

    oops sorry i think my post didnt went through

    #494930

    Hey!

    Add this to your custom CSS.

    .av-form-labels-visible .modified_width::before {
        display: none !important;
    }

    Regards,
    Elliott

    #495148

    thanks! it worked. just one more question. is there anyway to make the mailchimp subscribe boxes transparent like enfold?

    #495652

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .mc4wp-form input[type='text'] {
        background-color: transparent !important;
        color: white !important;
        border: 2px solid white !important;
    }

    Thanks,
    Rikard

    #495657

    just tried. didnt work.

    #495914

    Hi!

    I think that should be working. Try this as well.

    #top .mc4wp-form input {
        background: transparent none repeat scroll 0% 0% !important;
        border: 2px solid #FFF !important;
        color: #FFF !important;
    }

    Cheers!
    Elliott

    #496003

    tried both . it works! Thank you

    • This reply was modified 9 years, 2 months ago by dagashi.
    #496249

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘subscribe button out of place’ is closed to new replies.