01.10.2020, 07:26
For color change see this post: https://forum.logicmachine.net/showthread.php?tid=2120
If using default blue color then hue-rotate(160deg) filter will change it to red.
To make up/down icons bigger use this custom CSS:
If using default blue color then hue-rotate(160deg) filter will change it to red.
To make up/down icons bigger use this custom CSS:
Code:
.circularslider-min, .circularslider-max {
font-size: 34px;
}