Zen Cart Logo
Forums / Installing on a Windows Server / Remove small box and Red X from home page

Remove small box and Red X from home page

Views: 1,565

Results 1 to 5 of 5
8 Feb 2011, 11:55 AM
#1
i_wish_i_could avatar

i_wish_i_could

Zen Follower

Join Date:
Dec 2010
Posts:
112
Plugin Contributions:
0

Remove small box and Red X from home page

I would like to remove a small box with red X inside on the top left of my home page. See my home page at https://www.alduz.com

I removed text from my home page but somehow missed the Red X

Does anyone know where I find it so it can be removed.

I wish I could.:wink:

o What version of Zen Cart? v1.3.9h
o Is it a new install or an upgrade? New installed on my server Just Host. I am editing it there.
o What the addons/contributions you have installed? Non
o What customizations have you made? Created custom Template. Moved text and boxes form home page. Setting up categories etc
o What type of server are you using? Unix-based servers on JustHost.com
o Are you installing locally? It’s already installed on my host. I am editing it there.
 What operating system? Windows 7
 What version of PHP is installed on the server? PHP 5.2.16

o
o What version of MYSQL is installed on the server? MySQL server version 5.0.91
o What you were doing when your problem occurred? Editing my home page
o What are the steps to reproduce the problem?
o Have you attempted to fix the problem? Reading FAQ and trying instructions found there.

8 Feb 2011, 1:04 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Remove small box and Red X from home page

The easy way is to add to your stylesheet:

#logo {display:none;}

9 Feb 2011, 6:06 AM
#3
i_wish_i_could avatar

i_wish_i_could

Zen Follower

Join Date:
Dec 2010
Posts:
112
Plugin Contributions:
0

Re: Remove small box and Red X from home page

Thanks. It worked.:D

9 Feb 2011, 6:48 AM
#4
i_wish_i_could avatar

i_wish_i_could

Zen Follower

Join Date:
Dec 2010
Posts:
112
Plugin Contributions:
0

Re: Remove small box and Red X from home page

I wish I could:

Thanks. It worked.:D

No I just discovered it did not work properly. It removes all my category images on my home page as well.

Does anybody know another way to remove the Red X top left of my home page. see https://www.alduz.com

I wish I could:(

9 Feb 2011, 11:34 AM
#5
stevesh avatar

stevesh

Black Belt

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

Re: Remove small box and Red X from home page

The other images disappeared because you added the display:none; to this:

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

You need to create a separate rule, preferably at the end of the stylesheet, just for #logo.