Well Hellobar is Almost like a Sticky Bar Which allows us to Display our posts with a Link Option.So when a User looks at the notification given there and He can be able to click the link so that he will be redirected.But the only problem With the Hellobar is Logo of the Service Namely "H" Logo.In this tutorial Im showing you how to remove That H Logo from the Hellobar.this is very easy just you have to add some Css code to your template And the Logo will be removed from your Hellobar.
How To Remove 'H' Logo from HelloBar!
First of all You Should Install Hellobar From Their Official Website.
Now that You've installed it. The the Procedure Starts here.
1.Login to Blogger < Design < Edit Html.
2.Now Check Expand Widget Templates Option.
3.Now Search For ]]></b:skin> tag and Paste the Below Code Above it.
a#hellobar-logo, a#hellobar-logo:link, a#hellobar-logo:visited {
display:none;
}
Now Save the Template and Refresh Your Blog.That's it No Longer You will See the 'H' Logo on the Hellobar.
There is Another Method to do the Same.if the Above Option doesn't Work then Try this One
<style type='text/css'>
a#hellobar-logo, a#hellobar-logo:link, a#hellobar-logo:visited {
display:none;
}
</style>
Just Paste the Above Code Below </head> Tag and Save the Template.
So That's all Very Simple and Humble
0 comments: