cancel
Showing results for 
Search instead for 
Did you mean: 

Change font on My Focus Calendar

Former Member
0 Kudos

Hello Everyone,

I have been asked several times how to change the font on the My Focus --> Calendar. Is it even possible? Please let me know.

Thanks and have a great day!

Kristen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Look in /assets/common/admin/theme.css

Edit the first body declaration font attribute

body {text-align:center;padding: 0px 0;background: #9CBACE;color:#333; font:10px Verdana}

Sets the text to be 10 px Verdana

Former Member
0 Kudos

Hi Bryce,

I tried that before and it did not work for me. The Calendar is the one I am focusing on. Any other suggestions?

Thank you,

Kristen

Former Member
0 Kudos

Thats the only place it reads from, on the calendar.aspx page.

Changing it on mine changed the Day and time labels. What are you trying to change it to? Perhaps the font doesnt exist on the client machine

Former Member
0 Kudos

You can use the web developer tool bar, which shows CSS and ID tags for all page elements that have them.

Available for Firefox and a different one for IE. Both are free and highly recommended!

Former Member
0 Kudos

Thought I would post the link to the IE Dev Toolbar.

[http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en|http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en]

For Firefox, it's just an addon available from the Firefox Addon website

Former Member
0 Kudos

Hi Bryce,

Just changing this post, I used the IE Dev Toolbar and it worked great, thanks. I was able to change the table class for the calendar to be custom. Worked out great, thanks for the suggestion!

Thanks,

Kristen

Edited by: Kristen Faison on Oct 2, 2008 4:36 PM

Former Member
0 Kudos

Great!

Answers (0)