Okay, I'm getting used to it, but is there any way to remove this little postcard thingy in the upper lefthand corner? It's blocking my clock and I cannot stand it!
You can try using this code to remove the postcard. Just paste it in your customCSS. :)
<style type=text/css>
{display:none;}
</style>
Try just copying the code between the style tags, then manually typing <style> and </style> outside of it.
To get it to work you do <style type=text/css>CODE HERE</style> it'll work then, I'm using that code now :)