Home Forums Theme support can not change menubar color "Appetito" Reply To: can not change menubar color "Appetito"

Hello Amy,

thank you for the purchase. Go to WordPress admin -> “Appearance” -> “Theme Options” -> “General” -> “General Settings”. In this tab is a textarea “Extra CSS Content”. Insert the following line:

header ul.main-menu { background:green; }

You can replace “green” with a color or an color code, for example “#ffcc00” or “#333”.

In the next theme update we insert an option for the menu color.