- Acme Themes

Best Premium and Free WordPress Themes Forums Corporate Plus On mobile screen, how to change the background color of the drop-down menu? Reply To: On mobile screen, how to change the background color of the drop-down menu?

#6326
acmethemes
Keymaster

Hello Tzu-hao,
Thank you so much for your question. You have to write some custom CSS code to make background black.

@media only screen and (max-width: 500px) {
    .main-navigation ul ul{
      color: #000000;
  }
}

Add the above CSS codes on Customize > Layout/Design Options > Custom CSS
Note: Child Theme is recommended to customize theme.
Warm Regards,
Acme Supports