CSS
-
Hi I added the following css to the “wp-content/plugins/cp-calculated-fields-form/css/stylepublic.css” file folder. I also deleted my cookies but the only thing that changed was the Header. What am I missing?
.cp_cff_professional {
background: transparent linear-gradient(to bottom, #153a68 0%, #14355e 100%) repeat scroll 0% 0%;
}.cp_cff_professional #fbuilder input[type=”text”] {
border-color: rgb(109, 109, 109) rgb(42, 42, 42) rgb(0, 0, 0);
padding-top: 7px;
padding-bottom: 7px;
border-radius: 10px;
background: transparent linear-gradient(to bottom, rgb(227, 227, 227) 0%, rgb(247, 247, 247) 8%, rgb(255, 255, 255) 100%) repeat scroll 0% 0%;
}#fieldname8.1.field.calculate-button {
color: #9b1111;
font-weight: bold;
}#fbuilder .fform h1 {
font-size:20px;
}
- The topic ‘CSS’ is closed to new replies.