Created
March 27, 2020 11:49
-
-
Save loughlincodes/30b5a3dadde2c251165181b8eb6be501 to your computer and use it in GitHub Desktop.
CM commerce custom form styling - Shopify - (Mar2020)
This file contains 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
.conversio-container-footer{ | |
.rf-header h3 { | |
padding: 0 !important; | |
margin: 0 0 10px 0 !important; | |
border-top: 1px solid #ded9cf; | |
border-bottom: 1px solid #ded9cf; | |
line-height: 2.3; | |
font-size: 14px; | |
} | |
.rf-preamble { | |
font-size: 14px; | |
color: #4e4e4e; | |
} | |
.rf-form label span { | |
display: none; | |
} | |
.rf-form input#email { | |
margin-bottom: 4px !important; | |
} | |
.rf-form button { | |
background: #bd4956 !important; | |
margin: 0px 0 0 0 !important; | |
padding: 10px 15px; | |
display: block; | |
width: 100%; | |
} | |
.rf-powered-by { | |
display: none; | |
} | |
input.rf-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ | |
color: #5f6a7d ; | |
} | |
input.rf-input::-moz-placeholder { /* Firefox 19+ */ | |
color: #5f6a7d ; | |
} | |
input.rf-input:-ms-input-placeholder { /* IE 10+ */ | |
color: #5f6a7d ; | |
} | |
input.rf-input:-moz-placeholder { /* Firefox 18- */ | |
color: #5f6a7d ; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment