Zen Cart Logo
Forums / Installing on a Linux/Unix Server / White Strip Running Through Banner

White Strip Running Through Banner

Locked

Views: 1,721

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
30 Apr 2008, 5:42 PM
#1
momof9blessings avatar

momof9blessings

New Zenner

Join Date:
Jul 2007
Posts:
55
Plugin Contributions:
0

White Strip Running Through Banner

Hi all,

http://laimeldesigns.com/zencart/

I have been updating my zencart. I made my banner larger and expanded the width. It looks fine in FireFox, but in IE - there is a white strip running through the logo. Anyone know how to fix this?

Also, on the right top (header_bg.jpg) there is black text "Digital Scrapbook Kits". How do I remove this text. I have skimmed through the tutorials, ran "Find" in Windows Explorer.... searched through countless files and I still can't find where I originally wrote this.... Anyone know where I find this file?

I have been through so many of the areas in my Admin - testing each of the things to see if I could fix these problems myself....

Thank you for your help!!!

Mom

30 Apr 2008, 5:58 PM
#2
kobra avatar

kobra

Black Belt

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

Re: White Strip Running Through Banner

Yor image is 200px tall - Try editing your stylesheet and finding the following section and adjusting the height

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}
30 Apr 2008, 6:16 PM
#3
momof9blessings avatar

momof9blessings

New Zenner

Join Date:
Jul 2007
Posts:
55
Plugin Contributions:
0

Re: White Strip Running Through Banner

Kobra - Thank you so much!!! That fixed the white strip, which was my main concerned....

Now I just have to figure out where to find the text - so I can delete it.... LOL

Thank you!!!

30 Apr 2008, 6:38 PM
#5
momof9blessings avatar

momof9blessings

New Zenner

Join Date:
Jul 2007
Posts:
55
Plugin Contributions:
0

Re: White Strip Running Through Banner

Kobra - thank you - you are great!!!

I did a search in the Developer's Tool Kit for something else, wish I would have thought to look for the text!!! It worked so quickly!!!

I know enough about html to design my own website etc, but when it comes to php and css, I am pretty much clueless.... So I follow the tutorials!

Thank you again for your wonderful help!!!

Mom

1 May 2008, 5:36 AM
#6
kobra avatar

kobra

Black Belt

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

Re: White Strip Running Through Banner

I know enough about html to design my own website etc, but when it comes to php and css,
This is about all that I am proficient at also - maybe a bit more css and I have used SSI for html/shtml pages which is PHP junior so to speak.

Try not to let your thought of not knowing php overwhelm you as unless you are trying to re-code what Zen Cart does/looks for - you really do not need to be that good - just a fair understanding of a programming lang might get you by as you can recognize what the code is doing even if you can not change it with the correct syntax