1) You can turn on the Specials sidebox in Tools > Layout Boxes Controller > sideboxes/specials.php.
The box won't show until you have set a product to be on special.
2) The standard Zen Cart installation just has a "Powered by Zen Cart" link; your host has added extra links to make
Powered by Zen Cart . Install Zen Cart . hosting
You can change that as you like in /includes/languages/your_template/english.php
The standard Line #15 is:
PHP Code:
define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
Just don't say "Powered by your company", as that would be false.
You can also turn off the sideboxes with sample ads or banners in them, in Tools > Layout Boxes Controller.
3) Find in your stylesheet.css
Code:
#tagline {
color:#000000;
font-size: 2em;
text-align : center;
vertical-align: middle;
}
Change the 2em to 1.5em or whatever you want.