Untuk menghilangkan Header blog, kita harus memahami kode yang terdapat di template kita, khusunya kode untuk header. Biasanya, kode Header seperti ini!
#header-wrapper {background:#ffffff no-repeat 100% 100%; height:auto; margin:0; padding:10px;}
atau
.header-outer {background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px; _background-image: none;}Kalau kita meletakkan kode "display : none;" setelah kode ".header-outer {" atau "#header-wrapper {" maka header blog akan langsung hilang. Untuk lebih jelasnya penerapan kode, lihat contoh di bawah ini!
#header-wrapper {display : none;background:#ffffff no-repeat 100% 100%; height:auto; margin:0; padding:10px;}
atau
Sangat mudah bukan? kita hanya menyisipkan kode display : none; pada kode header template kita..header-outer {display : none; background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px; _background-image: none;}
source : tutorialblog.com
Out Of Topic Show Konversi KodeHide Konversi Kode Show EmoticonHide Emoticon