Hi there,
How can I get rid of the "Header_Sales_Text" in header.php? I had deleted all the wordings but it left out a white area.How can I make my banner cover the blank area?
Thanks,
Honsan
Hi there,
How can I get rid of the "Header_Sales_Text" in header.php? I had deleted all the wordings but it left out a white area.How can I make my banner cover the blank area?
Thanks,
Honsan
The default in header.php is
Either replace 'Powered by Zen Cart :: The Art of E-Commerce' by whatever you want it to say or by '' (two single quotes).Code:// added defines for header alt and text define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
Sorry, I mean the space for putting the sale message. Not the Header_ALT_Text.
Can I comment out the define Header_Sale_Text line?
The same way I described above. Either replace the existing text with your own or remove it from between the single quotes (leaving only the single quotes) to remove it.
Thanks!