Re: Banner? Header? Image? Bewildered
The image used in the background of the header is usually named header_bg and you should find where it was called in your stylesheet.
The default style from the Classic template:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.