Bootstrap 3 Tutorial Pt.11 – CSS Modifications to Navbar and Buttons

Bootstrap 3 Tutorial Pt.11 - CSS Modifications to Navbar and Buttons

Homepage: http://bootstrapbay.com Source Files: http://github.com/bootstrapbay/tutorials In this installment of our Bootstrap 3 tutorial, we add some custom CSS modifications to the common…
Video Tutorial Rating: 5 / 5

Don’t forget to check out our other video tutorials or share this video with a friend.

1 Star2 Stars3 Stars4 Stars5 Stars 0 votes
Loading... 2,817 views





7 responses to “Bootstrap 3 Tutorial Pt.11 – CSS Modifications to Navbar and Buttons”

  1. BootstrapBay says:

    In this installment of our Bootstrap 3 tutorial, we add some custom CSS to
    our navbar and buttons.

  2. Jankesaurous says:

    UPDATE:
    My last comment was not 100% effective solution.
    If using navbar-default or navbar-inverse:
    **If you want a custom navbar check below**

    FIRST: To change the CSS make sure the link to the stylesheet of your
    custom file is below the bootstrap style sheets.

    Next: In your CSS file:

    .navbar-default { // replace “default” with inverse if using
    inverse
    background-image: none; // This eliminates the issue of color
    not changing
    background-color: #anyColor ;
    border-color: #anyColor ;
    }

    If you want to use navbar-custom do this: (“custom” can say anything)
    HTML:

  3. Why Not Now? says:

    .navbar-default{
    background-color: #2C3E50;
    border-color: #FFFFFF;
    color: #FFFFFF;
    }

    does nothing for me pleas help

  4. Jankesaurous says:

    *See my other comment for more detail*
    A FIX TO .navbar CSS modifications being overridden.

    in the HTML doc. change:

  5. Shawn Curtin says:

    Hey Christopher,

    Great videos! I’m trying to accommodate a larger image logo in the navbar.
    What would be the proper CSS code to adjust the height of the navbar to
    accommodate a larger logo and to make sure that my menu buttons all fall
    into place?

  6. Max Camp says:

    Great videos. Everything works except for changing the color on .active on
    the navbar. Not sure what I’m doing wrong.

  7. Sinder Singh says:

    I wasn’t able to change the .navbar-default bg colors, borders or anything.
    The .navbar-default was over riding my settings for it.

Leave a Reply

Your email address will not be published. Required fields are marked *