wrote:
Hi Tom,
The header background is build with a gradient:
/* Customization */ .header { background: -webkit-linear-gradient(left, #cc1c0e 0%,#e83800 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(left, #cc1c0e 0%,#e83800 100%); }
If you change it to
.header { background: -webkit-linear-gradient(left, orange 0%, orange 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(left, orange 0%,orange 100%); }
you will get an orange header like this:
Hope this helps.
Ana
thanks. sorry for the delay. I have seen the code and changed it to my desired color code. Thanks alot