-
Author
-
December 27, 2016 at 19:27 #148113
Philippe
ParticipantHey Guys!
Just a quick question. On this demo: https://seventhqueen.com/themes/kleo/stylish-woocommerce/
I really like how the mailchimp form looks. I noticed that when I imported the demo content, it did not look the same.
Is there a piece of code I’m missing?
Thanks for the tip!
Attachments:
You must be logged in to view attached files.December 28, 2016 at 07:12 #148168Laura
ModeratorHello, do you want it to look exactly like demo or with different colors? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 28, 2016 at 07:52 #148174Philippe
ParticipantYep! Exactly like your demo. Just use #00adef for the button ucolor!
Thanks!December 29, 2016 at 08:23 #148284Laura
ModeratorHello, add this to style.css of child theme
COPY CODE.mc4wp-form-fields input[type="email"] { padding: 14px 20px !important; height: 52px; border-color: #e5e5e5; border-style: solid; border-width: 1px; margin: 0 0 1em; font-size: 18px; line-height: 1.33; border-radius: 6px; display: inline-block; } .mc4wp-form-fields p { display: inline-block; } .mc4wp-form input[type="submit"] { margin: 12px 30px 30px !important; background-color: #00adef !important; border-color: #00adef; outline: none; text-decoration: none; padding: 14px 20px; font-size: 16px; min-width: 80px; -o-border-radius: 2px; transition: all 0.4s ease-in-out 0s; display: inline-block; margin-bottom: 0; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 4, 2017 at 21:57 #148770Philippe
ParticipantAlmost Perfect!
I just would like to reduce the current gap (between the mail adress bloc & button) by half.
See the screenshot attached.Thanks !
Attachments:
You must be logged in to view attached files.January 5, 2017 at 21:34 #148966Laura
ModeratorHello, just replace the input submit one with this
COPY CODE.mc4wp-form input[type="submit"] { margin: 12px 15px 30px!important; background-color: #00adef!important; border-color: #00adef; outline: none; text-decoration: none; padding: 14px 20px; font-size: 16px; min-width: 80px; -o-border-radius: 2px; transition: all .4s ease-in-out 0s; display: inline-block; margin-bottom: 0; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; }
Basically, changed 30px to 15px
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.