Logic Machine Forum
Text Size Smartphone Visu - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Text Size Smartphone Visu (/showthread.php?tid=1420)



Text Size Smartphone Visu - JoseJimenez94 - 31.05.2018

Hi, 
I would like to increase the size of text that appears in the Smartphone visualization (a temperature or the date,for example). I'm not sure if it's possible, but if that's the case, how can i do it?


RE: Text Size Smartphone Visu - admin - 31.05.2018

Add this to Custom CSS:
Code:
.touch .control-value,
.touch .spinner-value {
  font-size: 18px;
}