Skip to content

Instantly share code, notes, and snippets.

@psahalot
Forked from jainnidhi/subscribe-form4.txt
Last active October 21, 2016 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psahalot/06a9b6f388fde4fcea331d3c73f07989 to your computer and use it in GitHub Desktop.
Save psahalot/06a9b6f388fde4fcea331d3c73f07989 to your computer and use it in GitHub Desktop.
BB Subscribe Form 4
.subscribe-form-4 {
background-image: url(https://wpbeaveraddons.com/wp-content/uploads/2016/06/explore-unsplash.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 40px;
position: relative;
}
.subscribe-form-4:before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.5);
}
.subscribe-form-4 .fl-form-field {
position: relative;
}
.subscribe-form-4 .fl-form-field input {
background: transparent;
height: auto !important;
padding: 20px 0 !important;
border: 0;
border-radius: 0 !important;
border-bottom: 2px solid #fff;
color: #fff;
}
.subscribe-form-4 .fl-form-field input::-webkit-input-placeholder {
color: #fff;
}
.subscribe-form-4 .fl-form-button {
margin-top: 30px;
position: relative;
}
.subscribe-form-4 .fl-form-button a.fl-button {
border-radius: 0 !important;
padding: 13px !important;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment