-
-
Save psahalot/06a9b6f388fde4fcea331d3c73f07989 to your computer and use it in GitHub Desktop.
BB Subscribe Form 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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