Hi,
Follow the steps given below to change the colors:
Go to Dashboard >> Appearance >> Customize >> Additional CSS
Paste the code given below in the box
.baricon {
background-color: gold;
}
#header .nav ul li:hover > ul {
background-color: gold;
}
Publish the settings and refresh the website.
If you need some other help please let us know.
Thank You.