/*
To change the number of days that show on the main page, peplace "x" with the number of days you want to show + 2.
For example, if you wanted to show the last 3 days of history, you would replace x with 5.
Do the replacements described above and then paste the following into your Custom CSS section.
*/
.status-day:nth-child(n+7) { display:none; }

/* To hide the history link for past months, paste the following into your Custom CSS section */

.history-footer-link { display:none; }