Change color on navigation click

Hi> > when clicked navigation menu mobile it’s white background. I want to keep it the same black with white font> > my site is https://luxurymrkt.com> > thanks> >

  • Please follow these steps:

  • Then find the theme.css file.

  • Then add the following code:

.mobile-nav__link {
 background-color: black !important;
}
  • Then press ‘Save’ to save the code.

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

I think I have the same problem on the desktop version. The selected menu item is not visible when selected. It shows as a white background.