Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need to know what to search for

Need to know what to search for

Locked

Views: 871

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
9 Feb 2010, 12:37 PM
#1
sadfurry avatar

sadfurry

New Zenner

Join Date:
Jun 2007
Posts:
38
Plugin Contributions:
0

Need to know what to search for

Hello, I just discovered that in IE my website has a red x and a tiny blue link to the home page which I hadn't noticed in FF. I am having a mind blank and am not sure what terms to search to find out how to get rid of them, so if anyone could help please I would be very greatful.

1.3.8a, www woodstores co uk

9 Feb 2010, 12:47 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Need to know what to search for

I do not see any mal formed image links resulting in the dreaded red-X

Might rename your images from

hidden-office-opensf.jpg

to

hiddenofficeopensf.jpg

9 Feb 2010, 12:48 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: Need to know what to search for

Find #logo in your stylesheet and add display:none;

9 Feb 2010, 1:45 PM
#4
sadfurry avatar

sadfurry

New Zenner

Join Date:
Jun 2007
Posts:
38
Plugin Contributions:
0

Re: Need to know what to search for

Hi, thank you

Kobra it's top left, in FF it is a tiny blue link, in IE there is a red X and the tiny blue link, and the image is called woodstore_logo.jpg so do you mean change to woodstorelogo.jpg? (except I would really rather just get rid of it)

Steve, this is what is by #logo in style sheet

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}

where would I put the bit you suggest?

9 Feb 2010, 4:39 PM
#5
stevesh avatar

stevesh

Black Belt

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

Re: Need to know what to search for

Just add to your stylesheet:

#logo {display:none;}

6 Mar 2010, 9:26 PM
#6
sadfurry avatar

sadfurry

New Zenner

Join Date:
Jun 2007
Posts:
38
Plugin Contributions:
0

Re: Need to know what to search for

Many thanks Stevesh
x