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.
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', '');