Updated Zen messages in PHP but not all are visible.
Possibly my logo is blocking their view.
I would like to take the new messages and overlay my logo so they will show thru, and get rid of the current text in the logo and upload it again.
Is this possible?
If not, do I keep the new messages. Except for one they are not visible, the exception is the SDVOSB message in black. I can see the greeting text also on the main page.
View at [URL="http: //www.naicsfurniture.com"]
includes/languages/english/custom/header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Able Spaces [home link]');
define('HEADER_SALES_TEXT', 'Offering Made to Order Contract Furniture');
define('HEADER_LOGO_WIDTH', '1200px');
define('HEADER_LOGO_HEIGHT', '300px');
define('HEADER_LOGO_IMAGE', 'Header.gif');
includes/languages/english/classic/header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Able Spaces [home link]');
define('HEADER_SALES_TEXT', 'CVE - Service Disabled Veteran Owned Small Business - SDVOSB - Woman Owned - Certified');
define('HEADER_LOGO_WIDTH', '1200px');
define('HEADER_LOGO_HEIGHT', '300px');
define('HEADER_LOGO_IMAGE', 'Header.gif');
Still working on Fonts and so forth, but this is my current hurdle.
Thanks




