
Add the following code to your WordPress theme’s function.php file, or a functionality plugin to your Theme’s stylesheet to create a fancy Infusionsoft Campaign Subscription Box.
.newsbox {
background-color: #FFFFCC;
padding: 6px;
font-size: 11px;
text-align: center;
width: 260px;
margin: 4px auto;
border: 1px solid #CC0000;
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0 1px 3px #CC0000;
-webkit-box-shadow: 0 1px 3px #CC0000;
}
.newsbox h2 {
font-size: 14px;
font-weight: bold;
}
.newsbox a {
text-shadow: #ddd 1px 1px;
font-weight: normal;
}
.newswrap {
clear: both;
overflow: hidden;
}
.infusion-field { margin: 4px auto; width: 90%; clear: both;}
// .infusion-field label {float: left;}
.infusion-field input {margin: 4px auto 0; padding-left: 6px; float: left; width: 160px; clear: both;}
.infusion-submit {margin: 0 6px 0; padding: 0; float: left; white-space: normal;}
.infusion-box {margin: -21px 0 0; padding: 0 6px; width: 60px; height: 46px; white-space: normal; font-weight: bold; color: #000; text-shadow: 1px 1px #fff; cursor: pointer; cursor: hand;}
Share Your Two Cents