Cara Pertama :
- Log ini ke akun blogger sobat;
- Pilih menu Rancangan » Edit HTML;
- Beri tanda centang pada tulisan Expand Template Widget;
- Carilah kode yang kurang lebih seperti berikut ini;
body {
a:link {
a:visited {
a:hover {
Sebenernya bukan Itu Tapi Anda Cari Kata Kata Seperti Itu
Contoh Pada Blog Ini;
body {
  font: $(body.font);
  color: $(body.text.color);
  background: $(body.background);
}
html body .content-outer {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
a:link {
  text-decoration: none;
  color: $(link.color);
}
a:visited {
  text-decoration: none;
  color: $(link.visited.color);
}
a:hover {
  text-decoration: underline;
  color: $(link.hover.color);
}
Nah  Pada setipap Template Itu Bebeda-Beda
Jadi Kalau Sudah Ketemu
Tambahkan Script Seperti Bawah Ini Menjadi :
body {
  font: $(body.font);
  color: $(body.text.color);
  background: $(body.background);
cursor: url(Alamat Url Gambar Anda.png), progress;
}
html body .content-outer {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
a:link {
  text-decoration: none;
  color: $(link.color);
}
a:visited {
  text-decoration: none;
  color: $(link.visited.color);
}
a:hover {
  text-decoration: underline;
  color: $(link.hover.color);
cursor: url(Alamat Url Gambar Anda.png), progress;
}
Kode cursor yang berada pada tag 
body { adalah untuk mengganti cursor default pada blog kita, sedangkan kode cursor yang berada pada tag 
a:hover { adalah untuk cursor pada link. Sobat bisa merubah url ( 
kode warna biru ) gambar untuk cursor pada blog sobat sesuai dengan keinginan sobat, atau sobat bisa cari url cursor di 
Disini, 
Disini/ dan 
Disini; 
Kemudian simpan template sobat dan lihat hasilnya.
 
 
 
Penulis : Unknown ~ Sebuah blog yang menyediakan berbagai macam informasi, software, dan tutorial
 
 
0 komentar:
Posting Komentar