Hey there Motherofchaos3,
Hope you’re well today!
Changing the hover color for the navigation can be done with some custom CSS. Please add the following code to Appearance >> Options Panel >> Quick Start >> Custom CSS
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu {
background-color: #f8504b;
}
Replace the color hex value (#f8504b) to the color of your choice. This should change the hover color of the navigation.
As for the service hover, it doesn’t use the color but image that is displayed on hover. To change it you’ll have to edit the image and change the color. The image is located in /wp-content/themes/quality/images/hexagon_hover.png.
Hope this helps ??
Cheers,
Bojan