I’m making a site with wordpress Roots-theme (Twitter Bootstrap)
However, I’m having some problems with the header. In chrome, firefox, opera, safari the front page looks like this:

There’s also a shade difference between the footer and header, and they should both have #ff7300.
On IE it looks like this

The header has no orange at all, and I’m wondering why. I’m pretty sure it has a background image or something, but I’ve had no luck removing it. How I can do this?
There is a
filter:...in bootstrap.css for the.navbar-innerrule. That only runs in IE and it responsible for changing that Orange at the top to the light gray you see only in IE.I can see the color difference but I can’t isolate it. Weird.