davidan

Anonymous
Can someone tell me what entry in the style.css I need to edit to change the hyperlink color of the URL's in the calendar plugin? For instance I want these links to be a different color than the rest of the ones on my site, that I have manipulated on the main style.css. How can I set a different hyperlink color(s) for the calendar plugin only?

Thanks,


David

Status: offline

chevy

Forum User
Newbie
Registered: 09/18/06
Posts: 3
Hi David,

Try adding this definition to style.css. That changes the link colour to red for the days on calendar.php:

a.cal-date:link {
color:#FF0000;
}

Regards,
Eric