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.

slider.track on Visu
#4
As Daniel said, use Appearance - Inactive color controls.

Keep in mind that element's default opacity is 50% so the final color will be slightly different. If needed, it can be changed via CSS:
Code:
.slider-track div {
  opacity: 1;
}

This will target all sliders. CSS rule can be modified to target only specific custom CSS classes.
Reply


Messages In This Thread
slider.track on Visu - by toujour - 18.02.2026, 16:04
RE: slider.track on Visu - by Daniel - 18.02.2026, 16:29
RE: slider.track on Visu - by toujour - 18.02.2026, 16:59
RE: slider.track on Visu - by admin - 19.02.2026, 11:49

Forum Jump: