Hello, I have activated the responsive aspect of the theme. On mobile, the menu was dark background with dark text. I found a topic with a custom css and that allowed me to fix the color issue on the menu. The only problem is that it only fixed the top menu items, not the sub-menu items. Those sub categories are still dark.
Could you please advise?
Here is the css that i used:
@media (max-width: 767px) { .mobile-nav-shown .mobile-nav {
background-color: white;
}
.side-block .close-block {
color: #000;
background-color: #FFF;
} }
.et-mobile-menu li > a {
background: none repeat scroll 0% 0% white;
}
.et-mobile-menu li .open-child {
background-color: #FFF;
}
