How do I change the size of the header from 760 by 110 to whatever I want it to be?
Thanks
How do I change the size of the header from 760 by 110 to whatever I want it to be?
Thanks
Okay I figured that part out but I still have one more question.
Is there a way to completely remove the " Sales Tag goes Here" at the top of the page? I know you can change what it says but I don't want it to say anything.
Just remove the text from that define - be sure to leave the single quotes:
define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');
becomes
define('HEADER_SALES_TEXT', '');