Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Last active February 21, 2021 23:56
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save ibndawood/2204a575e6d84ab9c09ee7cfa9488181 to your computer and use it in GitHub Desktop.
Save ibndawood/2204a575e6d84ab9c09ee7cfa9488181 to your computer and use it in GitHub Desktop.
Electro - Subscription form using Contact Form 7
<div class="input-group">[text* your-email class:form-control placeholder "Enter your email address"]<span class="input-group-btn">[submit class:btn class:btn-secondary "Sign Up"]</span></div>
.footer-newsletter .wpcf7-form-control[type="email"] {
border-top-left-radius: 1.571em;
border-bottom-left-radius: 1.571em;
}
.footer-newsletter .wpcf7-submit[type="submit"] {
background-color: #333e48;
color: #fff;
border-top-right-radius: 1.571em !important;
border-bottom-right-radius: 1.571em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment