How to Make Float Notification Bar in Blogger

This contents will show how to make professional notification bar for blogger blog. This notification bar will probably show your most recent article which you need to show up at the top of the header. Most of the bloggers use this notification bar to display their popular posts. The biggest benefit of having notification is that it floats on the webpage that means it show our desired post even after scrolling the webpage. If you are using a blogger template having no sidebar in it then this notification bar is a must use thing. It will attract all of your visitors to show the desired post you want. So lets start the tutorial on how to add floating professional notification bar for blogger.


This is a very simple and two steps process. You can easily add this bar in your blogger blog by follow the below given steps. Remember this notification bar is only for designing. If you want to add links, then you can add your desire links inside the HTML coding.

1- Log-in to your Blogger Dashboard
2- Go to Template  >>  Edit HTML
3- In the HTML code box, press Ctrl+F, then type
]]></b:skin>

4- Paste the below given code just before/above ]]></b:skin>


/*-------------sharetoworld.com Notification Bar ----------------*/

#bloggernotificationWrap {
    display: none;
    height: 41px;
    margin: -41px 0 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
#bloggernotification {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 3px dotted #FFFFFF;
    border-radius: 10px 13px 7px 5px;
    color: #FFFFFF;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    margin: -30px 5px 5px -1200px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
    width: 500%;
    z-index: 9998;
}
#bloggernotification a {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    color: #000000;
    font-family: Calibri,sans-serif;
    font-size: 13.5px;
    padding: 1px 7px;
    text-decoration: none;
}
#bloggernotification a:hover {
    text-decoration: underline;
}
#bloggernotification img {
    display: none;
}

5- Again, in the HTML code box, press Ctrl+F and type
<body>

6- Now paste the below code just after <body> 


<div class='openbloggernotification' id='bloggernotificationWrap' style='display: block; margin-top: 0px;'>
<div id='bloggernotification'>
Your Message here
</div>
</div>

7- Save the Template

You are done.
Don't forget to share this awesome content to your friends!

Post a Comment

Previous Post Next Post