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

0 comments:
Post a Comment