Hello Friends,
In this tutorial, you will findout the awesome WordPress trick. If we are maintaining our websites on WordPress platform, we known the admin bar is displaying top of our website. Lots of people are want to hide that WP Admin Bar from their website. Just add a simple css code into your theme's css file to hide the bar in few seconds.
CSS Code : #wpadminbar {visibility: hidden;}