http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?![]()
http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?![]()
Hi
I am having trouble with the shopping cart icon in the header of the main page. It is not showing the image and I am getting a line of text Header_Title_Cart_Items. The log in log out & checkout buttons work.
Is the problem with the following part of the tpl_header.php:
<?php } } ?>
<li><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<?php }?>
Shopping Cart box headers
Where in the stylesheet can change the color of the header boxes (e.g. terms & conditions) in the shopping cart page.
Move the log in button to be inline with the home page button
How do I do this??
Thank you for your assistance
Justin
Last edited by Advisers Australia; 8 Jan 2014 at 11:15 PM.
Hi
Shopping Cart box headers:- color
I found where to change the color - BOF elements/ legend/ line 24.
Get a tool like Firebug or other web developer program, that can give you the ability to select a part of your page and it will tell you where the settings are to change them... Often you'll find these kinds of things in the CSS files, and the programs will tell you which ones and what line to find that particular setting....
Thank you Anne I have included a link to the site: - http://www.advisers-australia.com/ze...eset-09182012/
It is still in development - I am also slowly learning about css and php.
Any hints on reducing the size of the edit buttons and moving the continue button at the bottom of the page
Justin![]()
Bookmarks