Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Default image locateed behind logo in classic template.

Default image locateed behind logo in classic template.

Locked

Views: 772

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Feb 2010, 3:58 AM
#1
picowico avatar

picowico

New Zenner

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

Default image locateed behind logo in classic template.

I am using classic template and when i uploaded my logo to replace the logo.gif it shows up but behind it it still displays the default cloud image that comes with the template.. how can i remove it.

24 Feb 2010, 4:06 AM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Default image locateed behind logo in classic template.

First of all you should NOT be using the classic template. You should be using the classic template as a guide to creating your own template. If you continue to make your changes in the classic folders, they'll be overwritten with the next upgrade/update.

The image you're talking about is coming from includes/templates/classic/css/stylesheet.css

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

Make your changes and save it as includes/templates/YOUR_TEMPLATE/css/stylesheet.css

24 Feb 2010, 4:12 AM
#3
picowico avatar

picowico

New Zenner

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

Re: Default image locateed behind logo in classic template.

afo:

First of all you should NOT be using the classic template. You should be using the classic template as a guide to creating your own template. If you continue to make your changes in the classic folders, they'll be overwritten with the next upgrade/update.

The image you're talking about is coming from includes/templates/classic/css/stylesheet.css

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}

> 
> Make your changes and save it as includes/templates/YOUR_TEMPLATE/css/stylesheet.css

thnx alot you helped  me out alot and i will make my own template folder :D