Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #679281

    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]

    #679475

    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

    • This reply was modified 8 years, 2 months ago by Vinay.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.