Go to this File: /joomla32/templates/ja_appolio/css/template.css
Find this code and replace #ffffff to any color code
.t3-header {
border-bottom: solid 1px #d9d9d9;
background: #ffffff;
position: relative;
min-height: 50px;
}
Go to this File: /joomla32/templates/ja_appolio/css/template.css
Menu Hover color
Find this code and replace #00bff2 to any color you need
.t3-mainnav .navbar-nav > li > a:hover,
.t3-mainnav .navbar-nav > li > a:focus {
color: #00bff2;
background-color: #ffffff;
}
.t3-mainnav .navbar-nav > .active > a,
.t3-mainnav .navbar-nav > .active > a:hover,
.t3-mainnav .navbar-nav > .active > a:focus {
color: #00bff2;
background-color: #ffffff;
}