• Closed
  • JS
    Spectator
    September 25, 2015 at 10:52 pm #20973

    Hello, I’m trying to change the main menu background color from white (#ffffff) to a teal (#00747f). Attempted this as follows: Appearance -> Theme Options -> Styling -> Main Menu Colors -> Main Menu Background Color for Header 4 and 5 -> Changed current color to #00747f.

    When I do this, the main menu background color remains white.

    What I am I missing here?

    Many thanks.

    JS
    Spectator
    Posts: 27
    September 25, 2015 at 11:13 pm #20974

    By the way, our website is: http://9e8.470.myftpupload.com/.

    Thanks again.

    Denzel Chia
    Moderator
    Posts: 2656
    September 26, 2015 at 12:03 pm #20983

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    #header {
    background: #00747f none repeat scroll 0 0 !important;
    }

    That option you refer to is for header 4 and 5, you are using header 2.

    Thanks!