Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can anyone help delete default text?

Can anyone help delete default text?

Locked

Views: 1,421

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
12 Aug 2006, 9:37 PM
#1
raindark avatar

raindark

New Zenner

Join Date:
Aug 2006
Posts:
52
Plugin Contributions:
0

Can anyone help delete default text?

hhello there,

I am a newbie here. I just started my site and have made many mistakes. I have tried everything but I can't seem to delete the powered By Zencart box in the left corner of my main page. Also I mistakenly deleted the white part of my web page, I was trying to change the font color, is there anyway to fix this? Thanks so much for your help!!!:

12 Aug 2006, 10:26 PM
#2
kebeid avatar

kebeid

New Zenner

Join Date:
Mar 2006
Posts:
66
Plugin Contributions:
0

Re: Can anyone help delete default text?

If you are talking about the logo, then you need to replace the logo.gif (I think or .jpg) file in the image folder of the template you're using:

'<zencart directory>/includes/templates/<template ur using>/images/'

refer to this:
http://www.zen-cart.com/forum/faq.php?faq=template_customize#faq_powered_by

Pete

12 Aug 2006, 11:48 PM
#3
patski avatar

patski

Zen Follower

Join Date:
Nov 2004
Location:
Deal, Kent, UK
Posts:
325
Plugin Contributions:
0

Re: Can anyone help delete default text?

If you change the size and file name of the logo then you need to also change the defines (lines 23-25) in includes/languages/header.php. Copy the amended file to your custom template directory ie includes/languages/YOURTEMPLATE/header.php.

12 Aug 2006, 11:53 PM
#4
raindark avatar

raindark

New Zenner

Join Date:
Aug 2006
Posts:
52
Plugin Contributions:
0

Re: Can anyone help delete default text?

Ok I think I worded it wrong. The powered By zencart button in the left hand corner is what I would like to delete. Also I lost the background color on my site. Here take a look.

http://www.veryprrettythings.com

Thanks

13 Aug 2006, 12:14 AM
#5
patski avatar

patski

Zen Follower

Join Date:
Nov 2004
Location:
Deal, Kent, UK
Posts:
325
Plugin Contributions:
0

Re: Can anyone help delete default text?

The powered by zencart is the logo.gif - As you're not using it just remove the reference to it in the file mentioned above. Have al look at the #mainwrapper and .centershop in your stylesheet

13 Aug 2006, 1:06 AM
#6
patski avatar

patski

Zen Follower

Join Date:
Nov 2004
Location:
Deal, Kent, UK
Posts:
325
Plugin Contributions:
0

Re: Can anyone help delete default text?

To clarify:

define('HEADER_LOGO_IMAGE', '');

13 Aug 2006, 2:07 AM
#7
raindark avatar

raindark

New Zenner

Join Date:
Aug 2006
Posts:
52
Plugin Contributions:
0

Re: Can anyone help delete default text?

Ok so I was able to get rid of the zencart logo , but I still have HEADER_ALT_TEXT and Sales message is still there. I can't seem to find the file to edit those!! I have one more question , I checked in the FAQ's but no use. How do i get rid of the theick borders at the top of my side boxes and header?Thank you for helping everyone...:wacko:

13 Aug 2006, 12:06 PM
#8
patski avatar

patski

Zen Follower

Join Date:
Nov 2004
Location:
Deal, Kent, UK
Posts:
325
Plugin Contributions:
0

Re: Can anyone help delete default text?

You just need to open the includes/languages/english/YOURTEMPLATE/header.php and edit these lines. You should only ever remove the text you don't want displayed and leave the containing quotes as below.

// added defines for header alt and text
define('HEADER_ALT_TEXT', '');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '');
define('HEADER_LOGO_HEIGHT', '');
define('HEADER_LOGO_IMAGE', '');