Difference between revisions of "How can I change the fonts in my Calendar?"
(Created page with 'Unfortunately the Calendar service does not have a built-in way to change the fonts, however you can override the default fonts using custom CSS styles. For example to make the…') |
|||
Line 1: | Line 1: | ||
− | Unfortunately the Calendar service does not have a built-in way to change the fonts, however you can override the default fonts using custom CSS styles. | + | Unfortunately the Calendar service does not have a built-in way to change the fonts, however you can override the default fonts using custom CSS styles. <br /> |
− | + | <br /> | |
− | For example to make the title of your events in the Monthly View a bit bigger you could use the following: | + | For example to make the title of your events in the Monthly View a bit bigger you could use the following:<br /> |
− | + | <br /> | |
− | <style> | + | <style><br /> |
− | .calendar td a, .calendar td a:visited | + | .calendar td a, .calendar td a:visited<br /> |
− | { | + | {<br /> |
− | font: 18px tahoma; | + | font: 18px tahoma;<br /> |
− | } | + | }<br /> |
− | </style> | + | </style><br /> |
− | + | <br /> | |
− | 1. Log into Bravenet | + | 1. Log into Bravenet<br /> |
− | 2. Click on Online Calendar | + | 2. Click on Online Calendar<br /> |
− | 3. Click on Custom HTML | + | 3. Click on Custom HTML<br /> |
− | 4. Add the custom <style> code above the %%service%% tag | + | 4. Add the custom <style> code above the %%service%% tag<br /> |
− | 5. Click on Save Changes | + | 5. Click on Save Changes<br /> |
− | + | <br /> | |
[[Category:Online Calendar]] | [[Category:Online Calendar]] |
Revision as of 12:19, 1 December 2009
Unfortunately the Calendar service does not have a built-in way to change the fonts, however you can override the default fonts using custom CSS styles.
For example to make the title of your events in the Monthly View a bit bigger you could use the following:
<style>
.calendar td a, .calendar td a:visited
{
font: 18px tahoma;
}
</style>
1. Log into Bravenet
2. Click on Online Calendar
3. Click on Custom HTML
4. Add the custom <style> code above the %%service%% tag
5. Click on Save Changes