Code 1: Gives white text, dates that have entries underlined, entry date loses underline on hover.
/*---
.calendar-widget table {
color: #ffffff
}
.calendar-widget a {text-decoration: underline}
.calendar-widget a:hover {
text-decoration: none
}
---*/
***Code 2: Gives white text, dates that have entries in pale blue, entry dates underlined on
(
Read more... )