Berikut tahapan mengganti warna scrollbar dengan mudah di blog :
1. Log in akun blogger
2. Masuk template à edit html à centang expand widget
3. Lebih baik download template lengkap dulu agar lebih aman
4. Cari kode ]]></b:skin>
5. Masukkan script beriku di atas kode tadi
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #1F61DB;
-moz-border-radius: 10px;
border-radius: 10px;
}
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #1F61DB;
-moz-border-radius: 10px;
border-radius: 10px;
}
6. Save
Keterangan :
#D9D9D9 adalah kode warna untuk scrollbar
#1F61DB kode warna untuk track scrollbar
Post a Comment