06.05.2016, 12:28
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; }