How to hide the trash icon from the Dynamic Textbox widget?

  • estebbol
    Asked on September 14, 2016 at 9:37 AM

    Hi everyone.

     

    I wanna know how do hide the trash icon from the Dynamic Textbox widget?

    Thanks

  • Nik_C
    Replied on September 14, 2016 at 11:02 AM

    You can do that by adding this Custom CSS:

    .removeVar{

    display:none!important;

    }

    To your Dynamic textbox widget. To do that please follow:

    1. Click on Wizard button:

    How to hide the trash icon from the Dynamic Textbox widget? Image 1 Screenshot 30

    2. Go to Custom CSS and paste the above CSS code:

    How to hide the trash icon from the Dynamic Textbox widget? Image 2 Screenshot 41

    If you need any further assistance do not hesitate to let us know.

    Thank you!