Zen Cart Logo
Forums / Basic Configuration / changing image behind logo

changing image behind logo

Locked

Views: 806

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Dec 2009, 16:07
#1
bakaguyjean avatar

bakaguyjean

New Zenner

Join Date:
Feb 2008
Posts:
21
Plugin Contributions:
0

changing image behind logo

Could someone explain to me how to change the image behind my logo at the top of my website.
I still have the tori gate behind my logo and would like to change it.
Thank you
link https://www.d-drivesportsenglish.com

23 Dec 2009, 16:19
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: changing image behind logo

Find this in your stylesheet and delete the background-image properties.```
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;

background-color: #ffffff;
height:75px;
}

23 Dec 2009, 16:47
#3
bakaguyjean avatar

bakaguyjean

New Zenner

Join Date:
Feb 2008
Posts:
21
Plugin Contributions:
0

Re: changing image behind logo

Thanks alot!!:clap: