Hello, I think that my question is stupid or/and poorly written:
After creating a seblod form, the source code is like this (with a minima template) <div id="cck1r_an_nb_heures" class="cck_forms cck_site cck_text cck_an_nb_heures"><div id="cck1r_label_an_nb_heures" class="cck_label cck_label_text">
Is there a way to avoid or/and replace these predefined css classes (cck_forms, etc. ) by the classes used in my own css files?
I'm looking for a way to make 22 differents forms with the same design without overriding and without writting the class name for each field for each form.
Thanks.