Announcement

Collapse
No announcement yet.

Font size

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Font size

    Can I change the font size of the log? It is quite small. Very difficult to read!
    HomeSeer Version: HS3 Pro Edition 3.0.0.368, Operating System: Microsoft Windows 10 - Home, Number of Devices: 373, Number of Events: 666, Enabled Plug-Ins
    2.0.83.0: BLRF, 2.0.10.0: BLUSBUIRT, 3.0.0.75: HSTouch Server, 3.0.0.58: mcsXap, 3.0.0.11: NetCAM, 3.0.0.36: X10, 3.0.1.25: Z-Wave,Alexa,HomeKit

    #2
    In the custom.css file in the html folder put the following:

    Code:
    .log_text {
    font-size: 14pt;
    font-family: 'B612 Mono', monospace;
    line-height:normal;
    }

    Comment

    Working...
    X