Removing border for 1 Field Set while having 2 Field Sets on the Form
Hello,
Is it possible to remove the border of 1 Field Set in my form while keeping the border for a second Field Set.
I used the following CSS:
.mktoForm fieldset {
border:none!important;
}
But this removes borders for all fieldsets.
Thank you