Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16157
    harros
    Member

    Hi guys,

    I need to change the primary colour of my menu bar. In another thread it says that this should do it:

    /* For Primary Menu */
    #branding #access { background: none #D12429; }

    However, this isn’t working. I changed this to another colour before but I can’t remember where I changed it- I am worried I changed some code in one of the theme files. Does anyone have any ideas as to what I may have changed which means the CSS isn’t changing the menu colour now? Any ideas would be really appreciated.

    Here is my site:

    http://217.199.187.62/redbarandlounge.co.uk/

    #16158
    harros
    Member

    HOOOOORAH. I have done it by using this:

    #header-menu {
    background-color: #3a3d41;
    margin-bottom: 0;
    }

    special thanks to this blog:
    http://doristu.blogspot.co.uk/2013/06/how-to-customize-background-color-of.html

    #16170
    Sakin
    Keymaster

    @harros: Great and thanks for sharing your reference.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘changing menu won't work’ is closed to new replies.