Hello
I am trying to make an alteration to the CSS behind the site.master file. I have the following in my site.master code:
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
........
</div>
</div>
</div>
This refers to the fixed bar along the top of my page as in the screenshot attached.
I simply want to change the colour of that bar, presumably this: "navbar navbar-inverse navbar-fixed-top", but I can't locate the CSS file that governs site.master. In the <head> tags of site.master I can see
<webopt:bundlereference runat="server" path="~/Content/css" />
but if I go to the 'Content' folder in Solution Explorer and open the Site.css file, there is no reference at all to 'navbar', or navbar-header'.
How can I customise that bar, please?