Widgets: How can I remove the date icon from the Configurable List?

  • manisohal
    Asked on September 26, 2016 at 4:55 PM
    Did not worked!!                                            
  • Support_Management Jotform Support
    Replied on September 26, 2016 at 5:18 PM

    The CSS Code mentioned on the other thread you replied to still works.

    Here's a test form showing a Configurable List https://form.jotform.com/62696515815970 without the date icon showing.

    These are the CSS codes used:

    .calendarIcon {

        display: none;

    }

    And this is how/where to place them:

    Widgets: How can I remove the date icon from the Configurable List? Image 1 Screenshot 30

    Widgets: How can I remove the date icon from the Configurable List? Image 2 Screenshot 41

    Give it a try and if you're still not able to do it, give us the FORM URL/ID that you're working on so we can check the form itself. And if the form is embedded on a page/website, give us the URL of that page too.