This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Help me to modify the circular slider a little
#1
Hello, can you help me write the css to modify the circular slider a little like this? Thank you

[Image: vT40wPa.png]
Reply
#2
1. Adding a blank space is not possible.
2. Enable "Round line cap" in Vis. parameters.
3. To hide the title set Additional class to notitle and add this to Custom CSS:
Code:
.notitle .circularslider-value,
.pcontrol-notitle .circularslider-value {
  display: none;
}
Reply
#3
(04.04.2023, 06:18)admin Wrote: 1. Adding a blank space is not possible.
2. Enable "Round line cap" in Vis. parameters.
3. To hide the title set Additional class to notitle and add this to Custom CSS:
Code:
.notitle .circularslider-value,
.pcontrol-notitle .circularslider-value {
  display: none;
}


The round line cap option don't add the circle like this
[Image: zvlIu4X.png]
Reply
#4
This is also not possible.
Reply


Forum Jump: