Thread: Side Bar Fonts
View Single Post
  #5  
Old 07-17-2007, 05:38 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Side Bar Fonts

Quote:
Originally Posted by premieroffroad
How do you change to a different font?

Hello premieroffroad,

before you get too far, please do a few things:

1. read the forum rules:

http://forum.x-cart.com/showthread.php?t=4812

2. Bookmark (and read) the forum FAQ:

http://forum.x-cart.com/forumdisplay.php?f=30

3. Update your forum signature with your EXACT version of xcart.

http://forum.x-cart.com/profile.php?do=editsignature

OK, now, to answer your question -- have you ever edited html or CSS? Have you ever used Google and done a simple search?

http://www.angelfire.com/al4/rcollins/style/fonts.html

One of many sites explaining the limitations of fonts on the web.

You will edit your CSS file /skin1/skin1.css to change the fonts used on your site.

For example, you may have an entry that looks like this:

Code:
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT { FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; COLOR: #550000; FONT-SIZE: 10px; }

So if you want the font-family to change, make it something else.

If you don't have html and/or css editing skills, you will need to acquire them before you get too deep -- or you will probably get frustrated quickly.

For these skills, google is your friend. There are countless pages on the net with tutorials and hand holding, for those ready to learn.

You also may want to check out http://www.lynda.com/ -- a huge library of video tutorials. If you can't get it from watching a lynda.com tutorial, you probably should hire someone to do it for you.

Good luck.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote