@theecodiaries:
1. Sorry there is no option to make it random rotate. But yes, in pro version you can choose Featured Category Slider and it will automatically take the image from your latest post in those selected category. For more info about pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/
2. For this, you can just add the following css in “Appearance => Theme Options => Custom CSS” box. In pro version you will get Color Options in theme options panel through which you can change color by yourself as per your need.
a { color: #f2a070; }
3. For menu background color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu #access, #footer-menu { background-color: #f2a070; }