Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Posts
    51
    Plugin Contributions
    0

    Default How to remove "contact us", "My account" , and "view cart"?

    I have my website that I just set up here.
    http://www.cleopatravii.info/
    How do I remove the buttons on the upper right that says "contact us", "My account" , and "view cart"?
    I am building an information site and am not going to be selling anything
    Thanks
    DEAN

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

    Default Re: How to remove "contact us", "My account" , and "view cart"?

    Quote Originally Posted by thestampnomad View Post
    I have my website that I just set up here.
    http://www.cleopatravii.info/
    How do I remove the buttons on the upper right that says "contact us", "My account" , and "view cart"?
    I am building an information site and am not going to be selling anything
    Thanks
    DEAN
    open includes/templates/mystic/css/stylesheet.css

    find each of the following declarations and add the hihlighted portion(s)

    #navMain ul li.viewCart a {
    display:none;

    background: url(../images/cart.png) left center no-repeat #BE0201;
    color: #fff;
    }

    #navMain ul li.account a {
    display:none;
    background: url(../images/account.png) left center no-repeat #E5D9E5;
    }

    #navMain ul li.contact a {
    display:none;
    background: url(../images/contact.png) left center no-repeat #E5D9E5;
    }

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,145
    Plugin Contributions
    0

    Default Re: How to remove "contact us", "My account" , and "view cart"?

    I believe if you set up all your "products" as Document General, those options won't show. I'd have to look at what I did to set up my nephew's site (see my sig) which doesn't sell anything.

    Edit: Just checked one thing... I have the store status set to 1 in admin>configuration>my store>Store Status
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM
  2. Replies: 2
    Last Post: 11 Feb 2010, 09:13 PM
  3. Remove "Newsletters" link when logged into "My Account" (not in Admin?)
    By hedron in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 17 Sep 2009, 10:44 PM
  4. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM

Bookmarks

Posting Permissions

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