This topic is: not resolved
- This topic has 2 replies, 3 voices, and was last updated 6 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Quform WordPress › how to hide the lable?
Hi,
I would like to know how can I hide the lable on any field…
thanks.
Hi @damti, thought I could help out.
You can hide the field label by either:
Label-Text
as selector (if you want to hide the label but not tooltip) or label
(to hide label and tooltip)display:none;
in the CSS boxThe important thing to work out is whether you need or want the Required asterisk ‘*’ or Tooltip to still show in the absence of a label.
To keep the field required asterisk on show you will need to add further custom CSS override. As this markup is also hidden when you use either selector as described above. This is because the HTML markup for ‘Required’ is inside the label tag.
See how you go.
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.