01 Apr 2010, 02:09
#1
- 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
- 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, 15:47
#4
- 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
- Join Date:
- Aug 2007
- Posts:
- 89
- Plugin Contributions:
- 0
Re: Header_sales_text
Hey thanks, that was right on. worked just fine