Hi again, here’s some code you can add in custom CSS (using a plugin as recommended in your other thread):
#navbar select {
color: #000000;
background: #666666;
border-color: #666666;
font-size: 14px;
}
You can of course change the colors and font-size value as desired in this code (the default font-size was 12px).
No media query is necessary here since the mobile menu is already only displayed on mobile devices.
@sauravhny12: Thanks for stepping in, I understand you mean to help and this is greatly appreciated, let’s please stick to good practices however:
One should never add or edit code in style.css – or any other native theme file – unless using a child theme.
Also the media query doesn’t make much sense since the theme has a mobile layout triggered for max-width: 767px (and why the min-width ?), and why would you change the background color for all div tags when the question was about the mobile menu – which is a select dropdown in this theme ?