In this tutorial you will learn how to create a Navigation Bar using the Blogger Labels widget. We will use the Blogger Simple template and style it using the Twitter Bootstrap 3 framework. If you want to follow the tutorial step by step but don't know how to apply the Blogger Simple Template and integrate the Twitter Bootstrap 3 framework, you can find a tutorial here . 1. First off all, we will remove the Blogger Navbar so that it will not conflict with the static navbar we will create in this tutorial. If you are unsure how to do this you can find a tutorial here . 2. We will now start editing Blogger template. Go to Template --> Edit HTML 3. We will open a div and add a Blogger section. Add the following code right after the opening of the body tag: <div id="header" class="navbar navbar-default navbar-fixed-top section"> <b:section class='navbar' id='customnavbar' maxwidgets='1' showaddelement='no'> ...