Reply To: dropdown menu

#10046012
Support
Keymaster

Hello, thanks for your purchase.

To change that you can add this css:

(css/custom.css)

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #FFF !important;
    }
}

Kind Regards.