changing color

hello, how to change color theme? from purple to any color.
thanks.

Hi @dhika,

I hope you are well today and thank you for your question.

You can try changing the background color of navigation bar as shown in your shared screenshot this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

nav.navbar.navbar-default {
    background-color: #a73232;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin