-->
Showing posts with label removing home button from blogger. Show all posts
Showing posts with label removing home button from blogger. Show all posts

removing home button from blogger


follow following steps to remove "HOME" button from posts.
---------------------------------------------------------------------
-> sign in
->goto theme on dashboard/left side of your blog.
-> click edit HTML
> Find
     ]]></b:skin>
->replace that with following code above it.


.home-link { display:none;}

->save it.

->done.