Pls have a look at css/skins/default.css file. You can override the above by changing the following Custom CSS –
#before-content-area-wrap { background: -o-linear-gradient(bottom, #50afdf 1%, #46a5d5 51%);
background: -moz-linear-gradient(bottom, #50afdf 1%, #46a5d5 51%); background: -webkit-linear-gradient(bottom, #50afdf 1%, #46a5d5 51%);
background: -ms-linear-gradient(bottom, #50afdf 1%, #46a5d5 51%); background: linear-gradient(bottom, #50afdf 1%, #46a5d5 51%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.01, #50afdf), color-stop(0.51, #46a5d5));
background-color: #46A5D5; border-bottom: 1px solid #f9f9f9; box-shadow: 1px 1px #46a5d5; }