Tuto : cara tukar highlight dan text color


1. Pergi Dashboard > Design > Edit HTML
2. Tekan ctrl + f then cari code neh :

a:link {

3. Lepas tuh copy code bawah neh and paste dekat atas a:link {

:-moz-selection {
background:#000000;
color:#FFFFFF;
}
::selection {
background:#000000;
color:#FFFFFF;
}


 4. Code warna purple to boleh tukar ekod suke korang >html color code
 5. Preview and save =)