Should I assume, at this point, that if I, say, want to make the side bar narrower or change the color of the nav bar, I need to muck around in CSS to do that? I need to identify the relevant styles and add new code to the custom CSS box? Thanks,
You have 2 options for the navbar background color: light and dark. For any other customizations including narrowing the sidebar you’d have to modify the CSS.
Hi Daniel – I have mostly figured out how to change colors around beyond the typography on http://www.chineblog.com, but I cannot figure out how to change the hover color on the global nav bar. Can you advise on the style I need to add to my custom CSS? Many thanks,
This is the code:
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown:target > .dropdown-toggle {
background-color: #252525;
}