TUTORIAL : Underline hover


nie underline korunk before cursor menyentuh ke arah underline :)
jeng , jeng ! tetibe dia bertukar bila hover korunk sentuh underline niee :))

First go to your Dashboard > Design > Edit HTML then click ctrl + F and search code nie :
/* Header
then korunk copy code yang dekat BAWAH nie adn paste kan dekat SEBELUM code kat atat nie .

u {
text-decoration:none;
border-bottom: 2px solid #000000;
padding: 0.1px;
}
u:hover {
text-decoration:none;
border-bottom: 2px dotted #A49696;
padding: 0.1px;
}

then save lahh :) cantikkannn ?? korunk tweak lah sendiri code nyerr kayy ? selamat mencubaa :))
Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Post tittle hover

gyeahh ? ape itu post-tittle hoverr ? korunk boleh cursor cket kat post tittle unaa , hahhh  ! bertukarrr ~ HAHAHA :) , soo mehh kite buat yer rakan-rakan sekaliaaann !

First go to your Dashboard > Design > Edit HTML then click ctrl + F and search code nie :
.post-title {
then , ganty kan dengan code yang una bagi nie :

.post-title {
text-align:center;
background: url(Background sebelum hover);
margin:0.5em;
padding:3px;
font: normal 12px century gothic;
color: #A49696;
}
.post-title:hover {
background-image:url(Background Icon chomel);
background-color: #FFECEC;
background-position:bottom right;
background-repeat:no-repeat;
-webkit-transition-duration: 2.4s;
}
hahh , then pandai2 lah korunk edit yerrr ? buat border macam mana yang korunk nakk ? kayy ?? una harap nie dapat membantu :) tak fahamm ? tanyaa jerr ^^ insyaAllah una try jawab secepat mungkin kayy ?
Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Header hover part 2

yeayyy , hari nie una nak buat tuto lagii , ada yang menanyakann ? header hover yang senget ke tepi tuh kann ? wheee :D okeyy , actualyy una belajar dari lettha :)) soo , lets begin :

Go to your Dashboard > Design > Edit HTML*tick expand widget then click ctrl + F and search for this code :
#header {
dah cari ? kan ade anak-anak code kat bawah tuh kann ? sampai yang simbol } then dekat bawah simbol tuh korunk letak code yang una baru bagi nie kat BAWAH dia kay ?
#header:hover {
padding-left: 50px;
-webkit-transition-duration: 0.5s;
}
 soo ,its donee :) semogaa berjaya okeyy ?

credit : lettha 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?