Custom CSS for Each Form
-
Having Visual Form Builder Pro & Form Design. I have the following within the Form Design (Enter additional CSS rules) to display a graphic background on form. However in designing the 2nd Form with a different background, the 2nd Form inherits the 1st form graphic background. In Summary, I need a different background for each form.
Here is what I have in Form 1:
.visual-form-builder fieldset{
background: url(‘https://domain.com/wp-content/uploads/form1.jpg’);
background-repeat: no-repeat;
}
.vfb-section-div{
background-color: black;
}How do I specify that the CSS in Form 1 is just for Form1??
- The topic ‘Custom CSS for Each Form’ is closed to new replies.