Use the below controls to change the style of the noUiSliders. The output CSS is updated below in real-time. This code can easily be copy+pasted into any page using noUiSliders .

Performance of this generator may vary depending on your computer specs and browser.

Handle Width


Handle Height


Handle Font Size


  • Handle Color
  • Handle Hover Color
  • Handle Pressed Color
  • Gutter Fill Color

.noUi-background { height: 16px; } .noUi-background.noUi-vertical { height: 200px; width: 16px; margin: 0 auto 30px; } .noUi-base .noUi-connect { background-color: {{gutterFillColor}}; } .noUi-base .noUi-handle { background-color: {{handleColor}}; border: none; border-radius: 6px; box-shadow: none; color: #FFFFFF; display: table; font-size: 15px; height: {{handleHeight}}px; left: 0; margin-left: -{{handleWidth/2}}px; margin-top: -{{handleHeight/2 - 7}}px; padding: 0; position: absolute; text-align: center; top: 0; width: {{handleWidth}}px; z-index: 2; } .noUi-horizontal .noUi-base .noUi-handle { cursor: ew-resize; } .noUi-vertical .noUi-base .noUi-handle { cursor: ns-resize; margin-left:-{{handleWidth/2 - 7}}px; } .noUi-base .noUi-handle:hover { background-color: {{handleHoverColor}}; } .noUi-base .noUi-handle.noUi-active { background-color: {{handlePressedColor}}; z-index: 3; } .noUi-base .noUi-handle::before { background: transparent; content: attr(data-value); display: table-cell; font-size: {{handleFontSize}}px; font-weight: 100; position: static; width: 100%; vertical-align: middle; } .noUi-base .noUi-handle::after { display: none; }