des-kevin
Hi
No each menu item color does not change. You can change the complete sidebar menu blue color from administrator/templates/ja_admin/css/template.css example http://prntscr.com/wha6la
The icons in the template are hard coded in json language layout files not easy for you to change. Yiu can tweak them via css code example :
.sidebar #menu > li .site:before, #sidebar #menu > li .site:before, .sidebar #vm-menu > li .site:before, #sidebar #vm-menu > li .site:before, .sidebar #ja-builder-menu > li .site:before, #sidebar #ja-builder-menu > li .site:before {
content: "\f0e4";
}
This code is first icon menu that code u can replace in template.css with another font awesome icon code.