Replies: 0
Hey there,
since we have a little bit complicated form using different Timepicker Dropdown fields (based on conditions) I need to use labels for the different fields in the backend but need to hide the label in the frontend.
Therefore I added the class label to my Timepicker fields and use
.label .forminator-label {
display: none;
}
Unfortunately, this also hides the “Hours” and “Minutes” Label.
Is there a way to hide the “Main Label” but still show the “Sublabels”?
Thanks and best regards
Jörg