Tagged: x
-
AuthorPosts
-
March 23, 2016 at 7:24 pm #850374
Hi Folks,
Mailchimp form is a really useful tool for the site I’m building but the button type on it is really unattractive, is it possible to have something a little slicker, nothing too fancy as the button type?
I’ve attached an image of one I’ve seen which is much slicker looking..Many Thanks!
NMarch 23, 2016 at 8:25 pm #850462Hi There,
Thanks for writing in.
Yes, it is possible. Use the class of the mailchimp to add the custom CSS in your customizer’s custom CSS.
You could send us your URL so we could suggest code to recreate the design.
Hope it helps.
Thanks.
March 24, 2016 at 4:49 am #850837This reply has been marked as private.March 24, 2016 at 5:04 am #850860Hi N,
Thanks for the URL!
Can you point us to the page where you have added the Mailchimp form? I’ve checked a few pages but couldn’t find the form anywhere.
Meanwhile, you can style the button of form under “Appearance (Form)” in your form settings (see: http://prntscr.com/ajaxj4).
Thank you!
March 24, 2016 at 11:31 am #851196Sorry I missed this earlier, it’s on the ”contact” page 🙂
Thanks!
N
March 24, 2016 at 1:20 pm #851337Hello N,
Thanks for updating the thread!
You can add this under Custom > CSS in the Customizer:
.x-subscribe-form input[type="submit"] { width: 40%; box-shadow: none !important; border-radius: 0 !important; background-color: #4876FF !important; border-color: #4876FF !important; } .x-subscribe-form-54 .submit:hover { border-color: #4876FF !important; }
Let us know how it goes.
Thanks.
March 24, 2016 at 3:15 pm #851507Thanks for that, a nice effect to the botton! It doesn’t seem to pull the button along side the email field, is that possible?
Many Thanks!
N
March 24, 2016 at 8:19 pm #851808Hi there,
Yes, possible, please add this CSS as well.
.x-subscribe-form-54 fieldset { display: inline; } .x-subscribe-form-54 .x-subscribe-form input[type="text"], .x-subscribe-form input[type="email"] { margin-bottom: 0; }
Cheers!
March 29, 2016 at 10:48 am #857030The strangest thing is happening with it, seems to be cutting off the button regardless of where we place it, any ideas?
Many Thanks!
N
March 29, 2016 at 5:27 pm #857599Hi N,
Please update this code:
.x-subscribe-form input[type="submit"] { width: 40%; box-shadow: none !important; border-radius: 0 !important; background-color: #4876FF !important; border-color: #4876FF !important; }
to
.x-subscribe-form input[type="submit"] { width: 100%; box-shadow: none !important; border-radius: 0 !important; background-color: #4876FF !important; border-color: #4876FF !important; }
Hope this helps.
March 29, 2016 at 5:53 pm #857624wonderful thanks!
🙂
N
March 29, 2016 at 7:14 pm #857715Happy to hear that.
Feel free to ask us again.
Have a great day! 🙂
-
AuthorPosts