White Translucent Background On Mobile Drop-down Menu

Good evening, EpicQuest.

Yes, there is a way. Go to Online Store > Themes > Click on the ‘Actions’ button > Edit Code

Search for the file with the name of ‘component-menu-drawer.css’ and, at the end of it, add the code:

.menu-drawer__menu-item {
    color: blue;
}

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    color: red;
}

PS: Where it says ‘color: blue’, replace ‘blue’, with the color you want the menu items to be, and where it says ‘color: red’, replace ‘red’ with the color you want the highlighted menu item to be.

Hope this helps