After the update, the font on my site on mobile navigation went completely black. I’ve tried the following custom css but it didn’t work:
.mobile-nav .menu > li > a {
color: white;
}
.et-mobile-menu li > a{
color:white !important;
}
@media (max-width: 480px) {.menu > li > a {
color: white;
}}
@media (max-width: 992px) {.menu > li > a {
color: white;
}}