Reply To: how to change some colors

#10045328
Support
Keymaster

Example on how to change hover color for the menu:

(css/custom.css)

@media (min-width: 992px) {
    html.dark #header .header-nav.header-nav-links nav > ul > li:hover > a,
	html.dark #header .header-nav.header-nav-line nav > ul > li:hover > a {
        color: #FFF !important;
    }
}