Hi, change main navigation to white color please add this line at the bottom of file bee/functions/theme/theme-sytle.php:
#navi a{background-color:#ffffff;},
add background image add this to file bee/style.css at the bottom:
body{background-image:url(img/someimg.png)},
make footer font color white add this to file bee/style.css at the bottom:
#foot_widget h3.widget-title, #foot_widget h3.widget-title a, #foot_widget a:hover {
color: #fff;
}
,
Best