Hi,
http://ma-kenl.nl.siteprotect.net/wordpress
At this site on the right you can see the events calendar. the 15th of november is red because on that date there's an event coming. As you can see on the website, the number 15 is just red. i want to change it more so that it is clear to other people that number 15 is a link to an event.
With Firebug you can see this:
element.style {
color: red;
cursor: pointer;
}
<span id="events-calendar-15" style="color: red; cursor: pointer;">15</span>
Ok, so my question is... where can I find this element.style? :-)