How to customize the look of hover text?

  • tmccnv
    Asked on September 19, 2017 at 12:17 AM

    How to customize the look of hover text? Image 1 Screenshot 20

    here is a screen shot of the hover text

  • Ashwin JotForm Support
    Replied on September 19, 2017 at 12:19 AM

    Please inject the following custom css code in form to customize the hover text as displayed in the screenshot you have shared:

    .form-description-arrow-small {

        display: none !important;

    }

    .form-description-arrow {

        display: none !important;

    }

    .form-description {

        max-width: 200px;

        border: 2px solid #ccc !important;

        -webkit-border-radius: 0px 0px !important;

        -webkit-box-shadow: none !important;

        -moz-border-radius: 0px 0px !important;

        -moz-box-shadow: none !important;

        border-radius: 0px 0px !important;

        box-shadow: none !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes