22.03.2018, 10:01
(16.03.2018, 08:23)admin Wrote: Add this to Custom CSS (Vis. Graphics > Edit Custom CSS):how to can change color?
Code:.item-control-single .control-slider {
transform: scale(1.5);
transform-origin: 0 0;
}
Note that this will not work in the editor, only in the visualization view. You can change the scale factor (1.5) to whichever value you need.