Configurable list widget: remove the up/down arrows from the numeric input

  • paulshustak
    Asked on March 25, 2016 at 12:29 AM
    Is it possible tor remove up/down arrows from the numeric input fields? 
  • Welvin Support Team Lead
    Replied on March 25, 2016 at 12:50 AM

    It's a number field so it's expected that the selector is there. But if you want to remove that, you have to inject the following custom CSS codes in the widget:

    .col3 .stepper-btn-wrap {

    display: none;

    }

    Configurable list widget: remove the up/down arrows from the numeric input Image 1 Screenshot 20