Column widths and colors?

Viewing 4 posts - 1 through 4 (of 4 total)
  • #19321
    wdncnu
    Participant

    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,

    #19332
    Daniel Tara
    Keymaster

    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.

    #19834
    wdncnu
    Participant

    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,

    #19836
    Daniel Tara
    Keymaster

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

Tagged: ,

You must be logged in to reply to this topic.