Thread: Site Map help

Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    montana
    Posts
    40
    Plugin Contributions
    0

    Default Site Map help

    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/

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Site Map help

    Quote Originally Posted by outpostmontana View Post
    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/
    Question one has been answered in your previous post.

    create a new declaration in your stylesheet.css as follows:

    .style1 {
    color: #000;
    }

  3. #3
    Join Date
    Sep 2007
    Location
    montana
    Posts
    40
    Plugin Contributions
    0

    Default Re: Site Map help

    Thank you Clyde, and sorry about the repost.

    vicky

 

 

Similar Threads

  1. Where is my Site map? Please help me find it!
    By windowla in forum Customization from the Admin
    Replies: 10
    Last Post: 11 Dec 2009, 06:11 PM
  2. Need Help Creating Site map
    By windowla in forum General Questions
    Replies: 16
    Last Post: 9 Dec 2009, 08:58 PM
  3. Need Site Map help!
    By windowla in forum Customization from the Admin
    Replies: 1
    Last Post: 28 Nov 2009, 08:49 PM
  4. Site Map help
    By outpostmontana in forum General Questions
    Replies: 1
    Last Post: 10 Oct 2007, 09:44 PM
  5. Site map adding page link help
    By miles in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Jan 2007, 03:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg