How can I change the fonts in my Calendar?: Difference between revisions


No edit summary
No edit summary
Line 10: Line 10:
</style></pre>
</style></pre>
<br />
<br />
1. Log into Bravenet<br />
1. Log into your Bravenet account<br />
2. Click on Online Calendar<br />
2. Click on the Web Apps tab<br />
3. Click on Custom HTML<br />
3. Click on "Online Calendar" in your list of Web Tools<br />
4. Add the custom <style> code above the %%service%% tag<br />
4. Click on Custom HTML<br />
5. Click on Save Changes<br />
5. Add the custom <style> code above the %%service%% tag<br />
6. Click on Save Changes<br />
<br />
<br />
[[Category:Online Calendar]]
[[Category:Online Calendar]]

Revision as of 11:59, 4 August 2011

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 your Bravenet account
2. Click on the Web Apps tab
3. Click on "Online Calendar" in your list of Web Tools
4. Click on Custom HTML
5. Add the custom <style> code above the %%service%% tag
6. Click on Save Changes