Viewing 5 replies - 1 through 5 (of 5 total)
  • The relevant CSS is in styles/grey.css

    #navigation-wrap {
        background: #FAFAFA;
        border-bottom: 1px solid #F0F0F0;
        border-top: 1px solid #F0F0F0;
        clear: both;
        font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Arial,sans-serif;
        width: 100%;
    }
    Thread Starter smoothb1

    (@smoothb1)

    I cant find styles/grey.css were is this?

    It’s in a sub-folder of the theme. You will not be able to access it via the Appearance Editor. Try adding:

    #navigation-wrap {background:#f00;}

    to the bottom of style.css – replacing #f00 with your chosen color code.

    Thread Starter smoothb1

    (@smoothb1)

    this did not work

    I can’t see that CSS on your site…

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