Zen Cart Logo
Forums / General Questions / More Questions - How to remove a few things???

More Questions - How to remove a few things???

Locked

Views: 714

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
2 Nov 2009, 8:00 PM
#1
marie_m avatar

marie_m

New Zenner

Join Date:
Aug 2009
Posts:
23
Plugin Contributions:
0

More Questions - How to remove a few things???

ok..there are a few things I would like to get rid of. I took a screenshot since the store has a password on it right now. There is a broken picture in the left hand corner..I dunno how it got there and I would like it get rid of it. Also..the menu on the top of the screen..I would like that to go away as well.

In the contact us page I can not find out why is says all that on top, it's not in Define Pages Editor.

Thanx for your help in advance.

http://img.photobucket.com/albums/v189/WynterSolstice/Screenshot3.jpg

2 Nov 2009, 8:12 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: More Questions - How to remove a few things???

In general, it's easier to diagnose a problem with a link to a website as opposed to a screen shot.

To turn off the address display on the contact us page, admin>configuration>email options>Contact Us - Show Store Name and Address

Include Store Name and Address
0= off 1= on

Set it to 0 (off).

2 Nov 2009, 10:46 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: More Questions - How to remove a few things???

That red 'X' (in IE) is your logo image.

In your stylesheet, find #logo and add display:none;

If that doesn't work, we'll need a link to your site, password or no.

3 Nov 2009, 12:18 AM
#4
marie_m avatar

marie_m

New Zenner

Join Date:
Aug 2009
Posts:
23
Plugin Contributions:
0

Re: More Questions - How to remove a few things???

alright..I removed the address display ..thank you :-)

How do I get into my stylesheet...is that through my server? I'm sorry..I'm very new at all this.

3 Nov 2009, 4:21 AM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: More Questions - How to remove a few things???

No. The best way to edit Zen Cart files is locally (on your computer) with a good text editor like Notepad++ or Crimson Editor. To send files back and forth between your computer and your website, you'll need an FTP client like Filezilla. All are free on the net.

If you're following the template/override system correctly, your stylesheet should be in includes/templates/YOUR_TEMPLATE/css/stylesheet.css (where YOUR_TEMPLATE is the name of your custom template).