Can you change the place and size of the Hover Text?

  • Muehl
    Asked on February 14, 2017 at 10:39 AM

    Hi,

     

    as far as I can see the "Hover Text" (which you can activate under "properties" and "advanced") is always at the right corner and the content box (and the letters) are pretty small. Is there any way how you can change these settings?

     

    Regards,

    Peter

    Jotform Thread 1065758 Screenshot
  • Jan
    Replied on February 14, 2017 at 1:20 PM

    You can do this through custom CSS. Here's an example:

    #id_17 .form-description {
    left: 200px;
    }

    #id_17 .form-description-content {
    font-size: 16px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Can you change the place and size of the Hover Text? Image 1 Screenshot 20

    The CSS selector will be different from each field. If you need help, let us know.

    Hope that helps. Thank you.