I’m trying to build a very small web site for my church’s capital campaign, 
using Bootstrap, and I can’t change the color of the font in the header.  I put 
a style in the <head> section that changes the background color fine, but the 
same selector doesn’t change the font color:

        .navbar {
                background-color:#BB2F00;
                color:white;
        }

I’m not very good navigating my way through the tools, but when I tried to see, 
using Firefox Developer Edition, what was actually going on, it really looked 
to me as though the rule that was being followed was indeed that the color was 
FFF, but my eye says it’s still the gray that Bootstrap specifies.

Here’s the test page: http://raisingthecross.org/navColorTest.html

Thanks!

Theophan
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to