To change the background colors for the menu bar and the search fields Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
#access,
#access ul li ul,
#access ul ul ul,
#access ul ul ul ul {
background-color: #FFFFFF;
}
input.s,
input[type="search"]:hover,
input[type="search"]:focus {
background-color: #EEEEEE;
}
Note: Change #FFFFFF color code above with your own color code for background-color in navigation and change #EEEEEE for search fields.
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme.