Hello,
You have settings to change navigation colors in Header & Menus tab 🙂 but you cant change the mobile and desktop navigation colors separately.
so, if you want to change the mobile navigation font color without effecting the desktop navigation font colors
Add this in custom.css and change the value
.ipsDrawer_itemParent > h4 > a,
.ipsDrawer_itemParent > h4,
.ipsDrawer_list > li > a:not( .ipsButton ),
.ipsDrawer_list > li:not( .ipsDrawer_itemParent ) > a:not( .ipsButton ){
color: #8896a1;
}
There is no hover color on mobile.