Hi,
To change the hover color of submenu on mobile devices
Go to the Appearance -> Editor -> style.css
add below css code at the end of file
@media screen and (max-width:767px) {
.sitenav ul li a:hover { color: #ec4613 !important; }
}
Regards
Grace Themes