I have this calendar on my current site. It looks clean and simple, which is perfect. I do need to however, highlight certain days different from month to month. How would you suggest doing this?
You mentioned in your FAQ in order to highlight properly the CSS would need to be added. Currently i have this:
[calendar year=”2014″ month=”8″ dates=”8,9″]
Then, this from above placed in style.css:
.calendar .highlight { background-color: red; }
What I am I doing wrong? As well as, How would i then add a small amount of text for these dates?
Thank you for any help you could afford?