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 {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!
background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
_background-image: none;
}
#header-wrapper {
display : none;background:#ffffff no-repeat 100% 100%; height:auto; margin:0; padding:10px;
}
atau
.header-outer {Sangat mudah bukan? kita hanya menyisipkan kode display : none; pada kode header template kita.
display : none; background: $(header.background.color) $(header.background.gradient) repeat-x scroll 0 -400px;
_background-image: none;
}
Tidak ada komentar:
Posting Komentar