My x-navbar submenu was originally semi transparent but I’ve changed it to white for desktop.
However, the mobile menu (for the homepage only), won’t inherit this change.
I’m trying this:
.home .x-navbar .mobile .sub-menu {
background-color: #ffffff;
}
It just won’t work. Help?

