06.05.2016, 12:42
(06.05.2016, 12:28)admin Wrote: You can also use Custom CSS to hide specific elements from the standard visualization while keeping them visible in touch. Set "Additional classes" to touch-only for required elements and add this code to "Vis. graphics" > "Edit custom CSS":
Code:.usermode .touch-only { display: none !important; }
That's perfect! I'll stick to using CSS