How to Make Clock Text Larger

@Michael_Horton, you can use the Custom CSS feature within the Theme Editor to adjust clock’s font size.

.tile.clock .time { font-size: 1.8em; } .date { font-size: 2em; }

@kampto also puts together a WIKI CSS post below which has the CSS style scripts contributed by other community users.