I added 2 questions, first one: I created an About us and How To Checkout pages, from the downloads section, can I have them show up on site map? if so how.

#2 question, I have the cart totals set up to display amount in the header, but how do I make them show up in a different color like black instead of white. The code is

<li>My Cart: <span class="style1">
<?php echo sizeof($_SESSION['cart']->get_products()); ?> &nbsp;items&nbsp;&nbsp;
<?php $header_cart = $currencies->format($_SESSION['cart']->show_total());
echo $header_cart;
?>
</span>
<br class="clearBoth" />
</li>


Thank you in advance

Vicky

http://www.outpostmontana.com/