Tutorial Ubah Tulisan Post Title

tutorial nie iema nak tunjukkan cara ubah tulisan kat post title
ade dua cara korang nak ubah tulisan kat blog

CARA PERTAMA
Dashboard -> Template -> Customize (rujuk gambar)

klik Advanced -> Post Title
pilih la font korang nak

Apply to Blog

CARA KEDUA
korang ke Edit HTML
cari kod untuk Post Title (rujuk gambar dibawah)

yang iema kotakkan color hijau toe, korang ubah font lain yang korang nak
dah selesai save template
kalau nak ubah font lain2 pun boleh jugax
font di sidebar atau font untuk post

Tutorial Letak Cursor dalam Blog

hye
tutorial nie iema nak tunjukkan cara letak cursor kat blog sendiri
macam kat blog iema nie, ade 2 cursor berbezakan

cursor iema yang pertama

cursor iema yang kedua

cursor yang pertama, cursor biasa kat blog iema nie
cursor kedua akan keluar bila di halakan pada link atau gambar

nak jugak macam toe, jom follow tutorial nie
sebelum toe korang kena la design sendiri cursor korang toe ye
siap2 dah upload kat photobucket untuk dapatkan link cursor korang toe

 P/S : nax copy, highlight dan guna ctrl + c

 Dashboard -> Layout -> Add A Gadget -> HTML/ Javascript
 copy paste kod nie di ruangan content
<style type="text/css">body, a, a:link{cursor:url(URL CURSOR PERTAMA), default;} a:hover {cursor:url(URL CURSOR KEDUA),wait;}</style>
color hijau = letak cursor korang yang pertama
color oren = letak cursor korang yang kedua

 dah selesai, save
kalau cursor korang tak jadi, mungkin disebabkan korang tak delete kod cursor korang yang sebelum nie
korang kena delete kod lame dulu taw

Tutorial Cantikkan Sidebar (Full)

iema nak jawap pertanyaan dari Eiyna

Gambar 1

nie kod iema yang asal
tak nampak, klik gambar untuk jelas
nak jarakkan antara kotak2 sidebar korang
cari kod margin korang
0em boleh ubah sebanyak mane korang nak ubah



nak bentuk border macam nie?
nie kod nye
-webkit-border-radius: 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0px 0px;
border:3px solid #BD6B84;
background-color:#ffd6e3;
color oren = color untuk border
color hijau = color untuk background



nak ubah tajuk/title di sidebar
boleh tambah kod nie kalau tak ade kat kod korang toe
text-align:center;
(center, left, right)
letak dibawah kod nie
h2 {
rujuk pada gambar 1


tutorial sidebar yang lain, kat sini
tutorial lain, kat sini
Tutorial