Hide Header Title

hmm, i want to share about how to hiding the header title in blogspot..
this is the litle story why i want to hide the header title in my blog..
hmm,, when i want to make the adorable blog..
i think i have the bad layout when i get in the picture to my header blog,
because at there found the title which disturb my layout..
because of that, i want to hide the header title in my blog...


to hide the header title is..
1. Get in to your blog
2. get to edit html..
3. find this code
#header h1 {
margin:50;
padding:5px 0 0 10px;
font-size: 100%;
font-weight:bold;
line-height: 1.2em;
letter-spacing:.0em;
font-style:italic;
color:#FFFFFF;
}


4. after that, write visibility:hidden at the bootom that code..
5. and the code become this,,,

#header h1 {
margin:50;
padding:5px 0 0 10px;
font-size: 100%;
font-weight:bold;
line-height: 1.2em;
letter-spacing:.0em;
font-style:italic;
color:#FFFFFF;
visibility:hidden;
}


yup... your finish hide the header title...
now you can see your blog...

0 comments:

Post a Comment