was just wondering if there's a code to change the font size of the clock but without changing the font size of everything else on the site since i keep the site zoomed at 75% but i want to be able to see the clock better
/* Changes the clock's font size */
p#menu-time{ font-size: 20pt; }
Add this to your custom CSS, and change the numerical value to fit your needs. :)
