1. Login ke Blogger
2. Pilih Template, lalu klik Edit HTML
3. Cari kode berikut :
.Header .description {
font: $(description.font);
color: $(description.text.color);
}
font: $(description.font);
color: $(description.text.color);
}
4. Tambahkan kode text-shadow: 2px 2px 5px #800000; jadi lengkapnya akan seperti ini :
.Header .description {
font: $(description.font);
color: $(description.text.color);
text-shadow: 2px 2px 5px #800000;
}
font: $(description.font);
color: $(description.text.color);
text-shadow: 2px 2px 5px #800000;
}
5. Priview template, jika sudah berhasil save template.
Atau sobat bisa melakukannya dengan cara seperti ini :
1. Masukan 2 kode cara memberi bayangan, baik itu pada judul ataupun pada deskripsi, diatas kode ]]></b:skin>
.Header h1 {
font: $(header.font);
color: $(header.text.color);
text-shadow: 2px 2px 5px #800000;
}
.Header .description {
font: $(description.font);
color: $(description.text.color);
text-shadow: 2px 2px 5px #800000;
}
font: $(header.font);
color: $(header.text.color);
text-shadow: 2px 2px 5px #800000;
}
.Header .description {
font: $(description.font);
color: $(description.text.color);
text-shadow: 2px 2px 5px #800000;
}
]]></b:skin>
2. Save Template.
# Untuk mempermudah pengeditan bayangan silahkan Klik Disini.
Demikian artikel dari saya tentang Cara Membuat Bayangan Pada Deskripsi Blog, semoga bisa membantu dan bermanfaat. Terimakasih atas kunjungannya.
0 comments:
Post a Comment