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
Hi dropios!
Send us a link to your page and we’ll see if we can get you some CSS to use.
Regards,
Elliott
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.
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