Hi: I would like to change the font on the bars on each page to Goudy Old Style - can you please tell me how to do that? Thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li { font-family: your font family; }
Thank you...one quick question though, when adding 'my font family' do I enter the name of the font with spaces or without spaces. i.e.: #menu li { font-family: Goudy Old Style; } OR #menu li { font-family: GoudyOldStyle; } Thank you.