Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Getting rid of header_sales_text & header_alt_text?

Getting rid of header_sales_text & header_alt_text?

Locked

Views: 1,039

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Jan 2009, 6:39 AM
#1
rodeeogrl avatar

rodeeogrl

New Zenner

Join Date:
Jan 2009
Posts:
9
Plugin Contributions:
0

Getting rid of header_sales_text & header_alt_text?

Hey All,

I'm doing initial set up, I have installed my logo and have TRIED to find where to remove the "sales message" and the logo.gif that came default. I have removed them (so I thought) but now have a tiny button and some text that I can't seem to find out how to get rid of!

Please forgive if this has been covered elsewhere, after an hour of looking I'm beginning to go cross-eyed.

Also, would anyone happen to know (in the simplest terminology possible) what code I need to enter to center my logo? I tried, but broke it.:frusty:

This is how my css reads right now:

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-no-repeat;
background-color: #ffffff;
width:960px;
height:210px;
}

Website address is: http://www.swirlydoos.com/store

Thanks a LOT for any help here!

Krissy

11 Jan 2009, 6:50 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Getting rid of header_sales_text & header_alt_text?

Not normally advisable to do as you have - as a single image applied as a background image.

You have a decent logo and this should be seperated into it's own image - made as a gif and named logo.gif.
Your bar can be a background image and looks like it can be made as a tile and repeated

11 Jan 2009, 3:16 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: Getting rid of header_sales_text & header_alt_text?

Since #logoWrapper is 980px, and the image is 980px, it is centered, sort of.

I'd agree with kobra's suggestion about making that image your logo, with the header background behind it. That will fix the little red X, which is your logo image, as far as Zencart knows.

The uppercase words mean you made a mistake when changing a define file:

**
https://www.zen-cart.com/tutorials/index.php?article=95**