| Previous topic :: Next topic |
| Author |
Message |
michaelphill
Joined: 30 Nov 2006
Posts: 18
|
| Posted: Mon Mar 12, 2007 8:39 pm Post subject: "Pop up" calendar |
|
|
| Does anyone know how to access the template file for the pop up calendar (the one that appears when you click the square calendar icon under the nav bar on any page)? I need to get in there and adjust some of the styles. |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 406
Location: Czech rep.
|
| Posted: Mon Mar 12, 2007 9:33 pm Post subject: "Pop up" calendar |
|
|
Hi, what exactly do you want change it ?
In style.css isn't some special class only for mini callendar, its mixed with another places...
Let me know.
Thanks & Regards
LN |
|
| Back to top |
|
michaelphill
Joined: 30 Nov 2006
Posts: 18
|
| Posted: Tue Mar 13, 2007 12:42 pm Post subject: Re: "Pop up" calendar |
|
|
| Basically I just need to change the font; it's showing up as Times New Roman and I'd like it Verdana. |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 406
Location: Czech rep.
|
| Posted: Tue Mar 13, 2007 1:28 pm Post subject: Re: "Pop up" calendar |
|
|
Hi, i cant find nowhere font-family with Times New Roman font.
Mainly defined font-family in system are:
font-family: Verdana, Arial, Helvetica, sans-serif
font-family: Arial, Helvetica, sans-serif
font-family: arial,sans-serif
font-family: Arial
For mini callendar i have font-family: Arial, Helvetica, sans-serif.
You can change font-family in style.css, is it class ".small" , firt class in that file, but is not only for calendar but for anothers also...
Thanks & Regards
LN |
|
| Back to top |
|
| |