How to style the form from my WordPress site
-
Hi, I have installed your plugin and would like to be able to style the form from my WordPress site. I tried adding CSS styles to my theme files but they are not taking affect. Here are the styles I’m trying to add:
.templateWrapper {
background: #2D444E;
}.tempHeadContBdr {
background: #2D444E;
border-bottom: 1px solid #EAEAEA;
margin: 0;
padding: 10px 25px;
}.tempHeadContBdr .frmTitle {
color: #fff;
margin: 0;
padding: 0;
font-size: 2em;
}.section h2 {
border-bottom: 1px solid #D7D7D7;
font-size: 22px;
color: #fff;
font-weight: 500;
font-family: ‘Open Sans’,”Lucida Grande”,Arial,Arimo,Helvetica,sans-serif;
padding-bottom: 10px;
position: relative;
}.section h2 a { color: #fff; }
.tempFrmWrapper .labelName {
font-weight: bold;
font-size: 13px;
color: #fff;
}label.formSubInfoText {
color: #fff!important;
}.submitColor {
color: #fff;
border: 1px solid;
border-color: #fff;
background: #2D444E;
background: #2D444E;
background: -moz-linear-gradient(top, #2f9eec, #1988d6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#2f9eec’, endColorstr=’#1988d6′);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}.submitColor:hover {
background: #000!important;
}The page I need help with: [log in to see the link]
- The topic ‘How to style the form from my WordPress site’ is closed to new replies.