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?
July 9, 2016 at 4:06 pm
#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