View Single Post
Old 12.04.2004, 12:15   #2 (permalink)
MamboMax
Senior Mamber
 
MamboMax's Avatar
 
Join Date: Apr 2004
Posts: 160
MamboMax is an unknown quantity at this point
Default Re: How do I change the font colour in the Events module?

With this three css-styles:

Code:
a.cal_titlelink:link {
    font-size:8px;
    font-family: Verdana;
    color:#000000;
}
a.cal_titlelink:visited  {
    font-size:8px;
    font-family: Verdana;
    color:#000000;
}
a.cal_titlelink:hover  {
    font-size:8px;
    font-family: Verdana;
    color:000000;
}
__________________
MAMBMAX
MamboMax is offline   Reply With Quote