How can I remove this.

The place where you put the logo is the same color as the edge of the logo.
 
Oh, I know that bit.
I just need to know how I can remove the dark blue..
 
Hi i can do any of the following for you:

Replace the back of the image with white/other specified colour.

Crop the image down so the legs are the only bits poking out, and provide a background colour too.

Crop the image down so the legs are the only bits poking out
 
Open: /styles/MyStyle/theme/stylesheet.css

Find:
Code:
#logodesc {
	padding: 0px 25px;
	background-color: #003399;
	background-image: url("./images/banner.gif");
/*	border-bottom: 1px solid #4787A7; */
	height: 163px;
}

Delete:
Code:
	background-color: #003399;
 
Back
Top Bottom