I have a form that is displaying well only for the label text that I don\'t want and I have tried all I could to let it off my form but it won\'t just go...
form
just set a class for the field in the widgets and in your style add:
.ClassName label{ display: none; }