Look at my website here:
http://www.swampkauri.com/
In the upper right just to the right of the word "OLD" there is the note that says:
"Powered by zen cart the art of ecommerce".
How do I just get rid of that?
Look at my website here:
http://www.swampkauri.com/
In the upper right just to the right of the word "OLD" there is the note that says:
"Powered by zen cart the art of ecommerce".
How do I just get rid of that?
Figured it out. Just ignore this post. thanks
That's the alt text for the logo.gif in includes/templates/template_default/images/logo.gif.
If you're not using a logo, in your stylesheet you can change:
#logo {
right:10px;
top:10px;
position:absolute;
}
to:
#logo {display:none;
}
Get Firefox and add the Web Developer Toolkit.![]()