Jump to content

 

Matt27

Member Since 12 Apr 2012
Offline Last Active Apr 02 2013 09:15 PM
-----

Topics I've Started

Remove BG Colour from header only

25 January 2013 - 09:38 PM

Hi I am making some modifications to the CS-Cart Basic Template. My website can be seen at

www.microreef.co.uk

I have implemented a background and wish to keep the main area white for now, however I need to remove the white background from the header.

I have edited styles.css and I removed the colour from:-


#container {
border: 0px solid #e3ebf0;
border-width: 0 0px;
background-color: #ffffff;

}

However it removes the white from the whole central column. I just want to remove the white background from the header area. Does anybody know how this can be achieved via the CSS edits.

Thanks for your help in advance.

Matt