Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing Title Fonts

Changing Title Fonts

Locked

Views: 1,332

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
18 Jun 2007, 4:51 PM
#1
aarevalo avatar

aarevalo

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Changing Title Fonts

Good morning,
In my website www.twiztedtattoosupplies.com I want to change the font of ONLY the title (only the part that says Twizted Tattoo Supplies)
Is there a way to do that?
I tried looking under includes/templates/free_red/css and there is only 1 file called stylesheet_new.css but I don't know if that is the one I need to modify...
Sorry I'm a total newbie at this :lamo:
(I'm also opened to any critisims/changes I should do to my website)
Thanks for all your help :)

Andy

18 Jun 2007, 5:56 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing Title Fonts

Add to your stylesheet:

#nameWrapper {font-family: verdana,arial,futura,helvetica,whatever,sans-serif;}

18 Jun 2007, 6:19 PM
#3
aarevalo avatar

aarevalo

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Re: Changing Title Fonts

OK, so I added it, how does it know which one of those fonts to use?

18 Jun 2007, 6:28 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing Title Fonts

That was just an example - I thought you knew what font you wanted already.
It will use them in order, and if it can't find the first one on the user's computer, it will try the next, etc.
Enter the font you want, and a backup or two that you would be ok with, and sans-serif or serif last for a final fall-back.

18 Jun 2007, 6:36 PM
#5
aarevalo avatar

aarevalo

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Re: Changing Title Fonts

Ah ok, I get it, yeah I know which one I want but didn't know that it needed to be in order.
Thanks for your help
oops, one last question, what if the font name is "Bush script MT" (it contains spaces)

18 Jun 2007, 6:45 PM
#6
aarevalo avatar

aarevalo

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Re: Changing Title Fonts

Oh and congrats on your 2000th post :P

18 Jun 2007, 7:26 PM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Changing Title Fonts

You would write that as 'Bush script MT', with single quotes.

And thanks - I saw 1999, but didn't even notice when it was on 2000!

18 Jun 2007, 9:34 PM
#8
aarevalo avatar

aarevalo

New Zenner

Join Date:
May 2007
Posts:
10
Plugin Contributions:
0

Re: Changing Title Fonts

Alright I added it but it doesn't find it on my computer I guess and it goes to the second backup
Thanks for your help and your quick responses