For that,
1. Edit your template ( How to edit your template )
2. Press 'Ctrl' key and 'F' and find out
header h1
Press Next until you find out some code lines similar to
#header h1 {
margin:5px 5px 0;
padding:10px 20px .35em;
}
add this code line
display:none;
as
#header h1 {
margin:5px 5px 0;
padding:10px 20px .35em;
display:none;
}
Now follow the Safety Saving Steps.
And
2 comments:
thnx really helpful
Hi there, thank you this idea helped me in removing navigation bar in my blog.
www.everythingatsingleplace.com