TUTORIAL : Unclickable Header

okaii , korunk pernah buat TUTO nie ? pastuh mesti bengkekk jee sebab bnda tuh ade kat header sekali kan ? kan ? hahahaha , rileks2, ade penyelesaian nyer , soo , ape lagyy ! jom ikut tuto nie :

First waktu korunk upload header kan ? korunk kene buat mcm gambar  nie :
nanti bila korunk dah tick bile preview ade tittle blog kann ? hahh , nak hilangkan dia kita guna cara yang nie pulak :

Dashboard > Design > Edit HTML > click ctrl + F  and search code nie :
<Variable name="headerTextColor"
dah search ? code full dia cenggini kann ??
   <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="#333333" value="#333333">
 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="#ffffff" value="#ffffff">
korunk GANTI kan code dekat atas nie dengan code baru yang una bagi nie , okaii ?
  <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="transparent" value="transparent">
 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="transparent" value="transparent">
okeyy , now preview & save ! lepas tuh korunk cuba lah cursor , ade lagi takk? kalau dah tak de , yeahh ! tahniahh ! hahh , kalau ade lagi ? bgtahu una okaiii ?
credit : Nazihah Anuar

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Buat pages

okeyy :) mesty ramai duk fikir2 , mcm mane lah nak dapat link baru kan ? nak buat page tuto semua tuhh ? hahh , okeyy ! cara nyer beginiii >

First go to your Dashboard > New post > Edit Pages.

lepas dah click :) nampak kan atas tuh ade NEW PAGE , hahh click situ then tulis pape yang korunk nak ? then publish mcam biasa :) dah publish ? view post , then korunk nak buat menu tab ke ? mcm navigation tuh kann ? kournk kene amek lah nyer , macam mana nak ambil ? mcm nie :
hahh ? dah copy kann ? korunk boleh buat Menu tab ikut dua tuto nie :



NOTA BIT BOTT :
okeyy , kalau korunk nak yang boleh comment punyer korunk kene publish macam entry biasa then baru ambil url okeyy ? pages nie dia tak de ruangan comment ^^ soooo , nanty kalau tak faham tnyaa yaahh ?? whee :D

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Hilang kan underline dekat link

Okeyy , yang nie kan mesty korunk tertanya2 kan ? kenapa lahh ade underline dekat entry korunk ? tukar mcm mane pun tetap ade, actually korunk terlupa , patutnye kite kene setting dekat edit html kite , okeyy , jom start >

First go to your Dashboard > Design > Edit HTML click ctrl + F then find this code :
a:link {
jumpa dahh ? then ade ank-ank code di bawahnyer mcm nie kan :

a:link {
  color: $linkColor;
}
a:visited {
  color: $linkColor;
}

hahh , then tukar code atas nie mcm yang kat bawah nie :

a:link {
text-decoration: none;
color: #FFBABA;
}
a:visited {
text-decoration: none;
color: #FFBABA;
}
yang color tuh korunk boleh tuka colour dekat SINI.dah pick code color semua , korunk try lah preview ? hahh , dah tak de kan underline korunk tuhh ? kann dah selesai masalahnyer :) 

Boleh guna LINK nie sebagai rujukan 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?