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
Re: How to remove "contact us", "My account" , and "view cart"?
Quote:
Originally Posted by
thestampnomad
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;
}
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