Homepage › Community Forums › Aspire Theme Support › Buttons & Color › Reply To: Buttons & Color
To keep the color white (when hovered) add this to your CSS –
.site-header .genesis-nav-menu a:hover { color: #fff; }
Let me know if that helps