/* Set mobile menu background to black */ .jkit-offcanvas { background-color: #000000 !important; } /* Set menu item text to white */ .jkit-nav-menu a { color: #ffffff !important; } /* Set menu item hover background to gold and text to black */ .jkit-nav-menu a:hover { background-color: #c9a75c !important; color: #000000 !important; } /* Optional: ensure no unwanted background colors override */ .jkit-nav-menu li { background-color: transparent !important; }