• Hell. How can I change the background colour of the main menu bar? Also, when I create a new page the title appears in the main menu bar but also at the top of the page. How can I sop it from appearing at the top of the page?

    thanks in advance
    my site is here
    https://www.busybeesni.co.uk/newwp

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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”

    Thread Starter chairleg

    (@chairleg)

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu background colour’ is closed to new replies.