Zen Cart Logo

Silly question

Locked

Views: 1,397

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
13 Feb 2008, 5:46 AM
#1
scytha avatar

scytha

New Zenner

Join Date:
Mar 2007
Posts:
36
Plugin Contributions:
0

Silly question

My website is https://www.bb5t.com/zen

I am trying to change the text on the banner that says bb5t.com to make it caps. I can't seem to remember where I set that. It's been a year. Please help.

13 Feb 2008, 6:09 AM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Silly question

You can simply add this to your stylesheet:
#nameWrapper a{text-transform:uppercase}

13 Feb 2008, 6:13 AM
#3
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Silly question

Easiest way is to amend your stylesheet_new.css as follows:

#nameWrapper {

padding:10px 0 10px 30px;
text-transform:uppercase;
}

13 Feb 2008, 6:19 AM
#4
scytha avatar

scytha

New Zenner

Join Date:
Mar 2007
Posts:
36
Plugin Contributions:
0

Re: Silly question

You guys are heroes, thanks