How can I change the background colour of the main menu bar?
Start by adding this to your child-theme css
.navigation-main {
background: none repeat scroll 0 0 #COLOURCODEHERE;
}
and install Firebug to make working with css easier.
Also, when I create a new page the title appears in the main menu bar
Go to Appearance > Menu and look at the “Menu Settings”
Thank you Stuudio. I haven’t created a child-theme css before but I’m looking at the instructions and will give it a go. as for the menu settings – there aren’t any. Am I missing something? Had this problem before with title appearing along with Menu titles in the Atahualpa theme, and got rid of them easily. I can’t find any options to do this in the Expound theme though. I go to Appearance>Menu> and there are practically no settings I can change. Also checked my screen options and can’t find it there either. Any ideas?