How to add a professional Notification bar in Blogger
Today I will Show you an interesting trick to add a fancy black notification bar in your blogger blog, Which will show your audience the desire post which you want to show it to them.
The Biggest advantage of having this widget in your blogger to show message at the top of the blog will grab attention of the viewer in clicking it.
TO add this blogger notification Bar Follow these steps
- Go to blogger dashboard
Now paste this code above it
- Now find for ]]></b:skin>
/*-------------Hacker Prime 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;
}
- Again go to template
- Find <body>
- And paste this code just after <body>
<div class='openbloggernotification' id='bloggernotificationWrap' style='display: block; margin-top: 0px;'>
<div id='bloggernotification'> <a href="www.hackerprime.com>
Your Message here</a>
</div>
</div>
Comments
Post a Comment