Hi, I need to hiden label into field
[av_contact (Email address hidden if logged out) ' button='SEND' title='' sent='THANKS' subject='REQUEST' autorespond='THANKS' captcha='active']
[av_contact_field label='First' type='text' options='' check='is_empty' width='']
[av_contact_field label='Last' type='text' options='' check='is_empty' width='']
[av_contact_field label='Mail' type='text' options='' check='is_email' width='']
[av_contact_field label='Phone' type='text' options='' check='is_phone' width='']
[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
[/av_contact]
Hey unicaweb,
We would love to help you but it is not clear what exactly you are trying to achieve please elaborate if possible post us a link to the page where we can see the element in question and a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
If you are trying to hide the labels from the form please use the below css in Enfold > General Styling > Quick CSS
label {
display:none;
}
Best regards,
Vinay