treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Help changing background color of header?

  • Hello,

    I cant seem to change the background color o the black header at the top of the page. I'd like it white:

    http://tinyurl.com/cs5ejtg

    Can anyone please help me find the style I need to change? I've tried changing 'navbar-inverse' but no joy.

    Any help much appreciated

  • The black background comes from navbar-inner (bootstrap.css line 3720, which comes after the light background for navbar-inner on line 3362, overwriting the light background), but even removing that, the logo image still has a black background so it will look weird.

  • Great thanks very much for your reply!