There is 2 ways you can do it,
you can remove the image and background color from headerbar class
or remove the logo could from the overall header and put your image in the headerbar class
If your image is full width, I would do that.
Either way the code you need to edit is in the colours.css
Code: Select all
.headerbar {
background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/bg_header.gif");
color: #FFFFFF;
}