Vào ACP > Skins & Templates > Skin Manager > Edit Root Skin stylesheet (Advanced)
Tìm:
CODE
a:link,
a:visited,
a:active{
background: transparent;
color: #000;
text-decoration: underline;
}
a:hover{
background: transparent;
color: #FF0000;
}
Thay bằng:
CODE
a:link,
a:visited,
a:active{
background-color: transparent;
color: #000;
text-decoration: none;
}
a:hover{
text-decoration: none;
background: url(<#IMG_DIR#>/heart.gif);
background-position: bottom bottom;
}
Down về file ảnh sau và up vào thư mục ảnh (thư mục style_images/.../)
Done!
download hereMod này là của 3*T