How can I remove the hover text?

  • jaydhillon10
    Asked on October 21, 2017 at 3:54 AM

    Hi, I am using the old version the appointment booking. https://www.jotform.com/72926572698373  I cloned this from the new version.  However I want to removed the comment.  How do I removed this or edit?


    1508572373image with comments that need Screenshot 10



  • Support_Management Jotform Support
    Replied on October 21, 2017 at 4:55 AM

    If you're referring to the hover text, you can remove this by injecting these CSS codes to your form builder:

    .form-description {

      display: none !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes