
Originally Posted by
Chris10
Thank you so much afo! I did get the column to move up but, the code you gave me to remove the green "welcome" under the header did not work but it did show me how to change the "art of e-commerce" stuff lol. Thank you again :)
In order to put an image on top of the pink bar in the middle, how would I code that? Or where?
I gave you the wrong location for that. It's in includes/languages/english/YOUR_TEMPLATE/meta_tags.php
Code:
// Site Tagline
define('SITE_TAGLINE', 'Welcome');
Change it to two single quotes as gjh42 said.
Code:
// Site Tagline
define('SITE_TAGLINE', '');