Customize XVerify widget with CSS

  • dott.masan
    Asked on August 31, 2016 at 1:13 PM

    hi,

    I replaced the email validator widget with Xverify, since it gave me compatibility issues on some devices. Could you tell me how to customize the widget? with email validator was using "#mailContainer"

     

    thanks in advance

  • Mike
    Replied on August 31, 2016 at 2:54 PM

    If you would like to select the input of the XVerify Email widget field, you can use the xverify_email ID.

    Customize XVerify widget with CSS Image 1 Screenshot 30

    Example:

    #xverify_email {
    width: 200px;
    }

    Customize XVerify widget with CSS Image 2 Screenshot 41

    If you need any further assistance, please let us know.