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

    Hello.

    I’m wondering if there is any easy way to transform my single line signup for our newsletter with mail chimp into a pill looking module instead of the classic boxed design.

    Pictures attached to show what I want instead of the current.

    The pill look i want.
    http://tinypic.com/r/260zfh3/9
    The current look
    http://tinypic.com/r/15d4cd3/9

    • This topic was modified 9 years ago by dropios.
    #543319

    Hi dropios!

    Send us a link to your page and we’ll see if we can get you some CSS to use.

    Regards,
    Elliott

    #543419

    Heya.

    I tried to do it, but sadly enough it affected the other mailchimp forms as well, and we only want it with the one above the fold.

    #543636

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-mailchimp-form input.text_input {
        border-top-left-radius: 15px!important;
        border-bottom-left-radius: 15px!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .avia-mailchimp-form input.button {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 14px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .avia-mailchimp-form p {
        margin-left: 0!important;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.