I have multiple plumsail web forms set on our webpage.
I am trying to change the background of just one of the forms.
If I use
.fd-form {
background-color: blue;
}
then the background on all the forms are changed.
Use case: We have a page where one section has white background and one section has red background. We have a plumsail webform in both sections and I want to change the background of the form in the red section to match so it doesn't stand out as much.
I have tried that, but that also changes the background on the other form on the site. Seems to be that if I set a custom theme on the second form on the site it overrides all the other forms as well.
I have one form with Default theme, and the other form with custom theme with the red color behind it. But when I put it onto the website, both forms get the Custom theme settings (red color behind it).