First of all I would also like to thank you for the great plugin!
My problem: I would like to hide the label field next to the "message" input field while the label fields for "name", "e-mail" and other input fields should stay. Thus, I have to address the "message" label field directly – in your css-guide you write, that this is possible via "e. g. label-3-10"
Going with your example, does that mean you need an extra line in css which says
.cform label-3-10 {…;}
to target it? However, this way it doesn't work for me.
In another thread a user explains that you can address specific elements via (just an example again):
#cforms4form .cf-fs3 label {width:210px;}
but that doesn't help me out either.
Could you help me there? Big thanks in advance.
Cheers, Michael
PS: Of course Label IDs and List Element IDs are activated in Wordpress.