Zen Cart Logo
Forums / General Questions / Help - Can't delete link

Help - Can't delete link

Views: 446

Results 1 to 4 of 4
20 Apr 2011, 12:22 AM
#1
paul69 avatar

paul69

Zen Follower

Join Date:
Jan 2010
Posts:
124
Plugin Contributions:
0

Help - Can't delete link

I've discovered a hidden link at the bottom of my site I can't seem to delete. I've even tried searching for it and can't find it any place. The only thing I can think that may do it is javascript or something. Can anyone help? Scroll to the bottom of my home page and you will find it hidden at the very bottom.

20 Apr 2011, 12:25 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Help - Can't delete link

That is standard when you load zencart...
In the stylesheet.css it is #siteinfoLegal

if you want to hide just add

  1. display:none;
20 Apr 2011, 12:52 AM
#3
paul69 avatar

paul69

Zen Follower

Join Date:
Jan 2010
Posts:
124
Plugin Contributions:
0

Re: Help - Can't delete link

Thanks I figured it out. I actually left some code in the main page causing it from includes file. Thanks though!!!

All good... :clap:

20 Apr 2011, 2:03 AM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Help - Can't delete link

Glad to hear to got your problem fixed..