class="fullpost1__Char" style=" color: #333333">Menghilangkan Navbar
Masuk halaman Edit HTML kemudian letakan dibawah kode class="fullpost1__Char" style=" color: #33CC00;"><b:skin><![CDATA[
class="Normal__Char" style=" text-decoration: none;
color: #333333;">
#navbar{height:10px; visibility:hidden; display:none}
Auto Hide pada Navbar Blogger
Pada halaman Edit HTML, kemudian letakan kode dibawah
kode <b:skin><![CDATA[
class="Normal__Char" style=" text-decoration: none;
color: #333333;">
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)} class="Normal__Char" style=" color: #333333;">
Mengganti Default Atom dengan RSS class="Normal__Char" style=" color: #333333;">
Kadang mungkin kita ingin menggunakan default feed
sebagai RRS, caranya masuk halaman Edit HTML, Kemudian cari kode warna class="fullpost1__Char" style=" color: #33CC00;">hijau class="fullpost1__Char" style=" color: #333333;">dibawah
class="Normal__Char" style=" text-decoration: none;
color: #333333;">
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType'
target='_blank'><data:f.name/> (<data:f.feedType/>)</a> class="Normal__Char" style=" color: #333333;">
</b:loop>
</div>
</b:includable>
Ganti kode warna hijau dengan kode dibawah ini:
class="Normal__Char" style=" text-decoration: none;
color: #333333;">
<a class='feed-link' expr:href='data:f.url + "?alt=rss"'
type='application/rss+xml' target='_blank'><data:f.name/> (<data:f.feedType/>)</a> class="Normal__Char" style=" color: #333333;">
Memasang Icon Sebelum title Post class="Normal__Char" style=" color: #333333;">
Pertama cari .post h3{ pada deretan kode CSS kemudian masukan sesuai kode
warna hijau dibawah:
.post h3{ background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7N7gEzMYxoVv_MsTh1ASDkJVJ97yn2nzWnyylUiJQKY6qLMFb2y7qdZ7el5htN08r2idPgE8M4F6GynyYCZ2RoHpU3hyphenhyphenZkG7aO8kujw6I6qafJfsFA1DSBfkWl8OhjTQWSomTkLUyXcbc/s400/dotlink.gif")
0px 0px no-repeat; margin:.5em 0; padding:0 20px 0; font-size:120%;
font-weight:bold; font-style:normal; line-height:1.3em; color:#333}
Tidak ada komentar:
Posting Komentar