kenny724:
Hey, Clyde. The guy above may have been...the login or register on the main page is the same color as the font and doesn't resemble a link for most people. How would that be changed?
Also, the logo I used for https://www.midsouthcoin.com/midsouthcoin link to the home page of the zen cart...how would I link it to just https://www.midsouthcoin.com just the picture...but still want the home button on the home, login/logout, checkout link line to still go to the home.
Thanks.
Kenny
kenny724:
I'm sorry...I mean https://www.midsouthcoin.com/midsouthcoinstore
open includes/templates/glacial_age/common/tpl_header.php
find the following line of code:
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
and replace with this:
<div id="logo"><?php echo '<a href="http://www.midsouthcoin.com/">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>