About 25,500,000 results
Open links in new tab
  1. Bootstrap change navbar color - Stack Overflow

    In Bootstrap 4, how do I go about changing the background color of a navbar? The code from twbscolor doesn't work. I want to make the background color a different color and the font …

  2. How to change Bootstrap navbar collapse breakpoint

    Jan 11, 2022 · Learn how to adjust the collapse breakpoint for Bootstrap navbar to customize its responsiveness and appearance.

  3. Changing nav-bar color after scrolling? - Stack Overflow

    May 17, 2014 · How can I set the navbar with no background color? When scrolling down after a div the nav-bar gets a new background-color (the nav-bar should be fixed at top, I use navbar …

  4. html - How to make a navbar sticky? - Stack Overflow

    Jun 20, 2021 · I made a working navbar but I can't make it sticky. I tried position: fixed and top: 0 but they couldn't! help. They made it worse. Can someone help how to make it sticky? html { …

  5. css to make bootstrap navbar transparent - Stack Overflow

    May 6, 2013 · I use bootstrap and I have a navbar in my html file I would like to make this nav bar transparent to show the background image. Can some one teach me how to do this with css? I …

  6. Bootstrap NavBar with left, center or right aligned items

    Navbar Demo for Bootstrap 5 Bootstrap 4 Now that Bootstrap 4 has flexbox, Navbar alignment is much easier. Here are updated examples for left, right and center in the Bootstrap 4 Navbar, …

  7. css - Bootstrap align navbar items to the right - Stack Overflow

    Bootstrap 5 right align Navbar content Bootstrap 4 (original answer) Bootstrap has many different ways to align navbar items. float-right won't work because the navbar is now flexbox.

  8. Bootstrap 4: Multilevel Dropdown Inside Navigation - Stack Overflow

    Here is another variation on the Bootstrap 4.1 Navbar with multi-level dropdown. This one uses minimal CSS for the submenu, and can be re-positioned as desired:

  9. How to hide collapsible Bootstrap navbar on click

    274 Update 2021 - Bootstrap 5 (beta) Use javascript to add a click event listener on the menu items to close the Collapse navbar..

  10. Bootstrap - How to add a logo to navbar class? - Stack Overflow

    Feb 6, 2015 · I would like to add a logo to the top navbar within the navbar-brand. I would like it to scale with the viewport size so I'm using img-responsive2 class. It appear that both the image …