Zen Cart Logo

Header_sales_text

Locked

Views: 1,552

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
1 Apr 2010, 2:09 AM
#1
zbdude avatar

zbdude

New Zenner

Join Date:
Aug 2007
Location:
Clinton, Michigan USA
Posts:
89
Plugin Contributions:
0

Header_sales_text

Can anyone tell me how to increase the text size in my
HEADER_SALES_TEXT?

thanks

1 Apr 2010, 9:28 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Header_sales_text

If I understand the question, that would be #tagline in the stylesheet.

2 Apr 2010, 1:33 PM
#3
zbdude avatar

zbdude

New Zenner

Join Date:
Aug 2007
Location:
Clinton, Michigan USA
Posts:
89
Plugin Contributions:
0

Re: Header_sales_text

Yes, it is the tag line.

2 Apr 2010, 3:47 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Header_sales_text

In the stock Zencart stylesheet is this:

#tagline {
color:#000000;
font-size: 2em;
text-align : center;
vertical-align: middle;
}

If yours looks like that, just change the 2em to some other value.

5 Apr 2010, 8:12 AM
#5
zbdude avatar

zbdude

New Zenner

Join Date:
Aug 2007
Location:
Clinton, Michigan USA
Posts:
89
Plugin Contributions:
0

Re: Header_sales_text

Hey thanks, that was right on. worked just fine