Skip to content

Instantly share code, notes, and snippets.

@jainnidhi
Created October 21, 2016 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jainnidhi/bec60a899576438acf30a20b37d7e5e2 to your computer and use it in GitHub Desktop.
Save jainnidhi/bec60a899576438acf30a20b37d7e5e2 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