Friday, June 29, 2012

Remove H from Hellobar



Hello Bar is the very important and very unique widget for blog OR sites it help us to show the notifications on the top of the blog or site, but when we add that bar it shows the H logo and we can't hide that H logo but now we can do it very easily. It's very simple by adding some CSS codes in the CSS area, it will hide the H logo from Hello Bar.




Hide Hello Bar Logo for Blogger

  • Login to Blogger > Dashboard
  • Go to Design > Edit HTML
  • Search for ]]></b:skin>
  • Paste below code before ]]></b:skin>
a#hellobar-logo, a#hellobar-logo:link, a#hellobar-logo:visited {
display:none;
}
  • Save Your Template.

Hide Logo in Wordpress

  • Search for </head> tag.
  • Paste below code above </head>
<style type='text/css'>
a#hellobar-logo, a#hellobar-logo:link, a#hellobar-logo:visited {
display:none;
}
</style>
  • Save Your Template.


Thanks for Visit Here Like Us on Facebook.
If Any Problem, Ask in Comments Follow US on Twitter.

help us to grow

Post a Comment