Header_sales_text

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

zbdude

New Zenner

Join Date:
Aug 2007
Posts:
89
Plugin Contributions:
0

Header_sales_text

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

thanks
01 Apr 2010, 09:28
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Header_sales_text

If I understand the question, that would be #tagline in the stylesheet.
02 Apr 2010, 13:33
#3
zbdude avatar

zbdude

New Zenner

Join Date:
Aug 2007
Posts:
89
Plugin Contributions:
0

Re: Header_sales_text

Yes, it is the tag line.
02 Apr 2010, 15:47
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
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.
05 Apr 2010, 08:12
#5
zbdude avatar

zbdude

New Zenner

Join Date:
Aug 2007
Posts:
89
Plugin Contributions:
0

Re: Header_sales_text

Hey thanks, that was right on. worked just fine