I have a form with 5 fieldsets. Is there a way to set the background color for each fieldset to something different? I want my users to be able to easily see the different sections.
Rick
Rick
.fieldset_id {
background-color:XXXXX;
}
#fieldset_id {
background-color:XXXXX;
}
For a ChronoForms Fieldset you may also need to color the legend background and add a little padding#traveller_1, #traveller_1 legend{
background-color: aliceblue;
padding: 6px;
}