Admin/Settings/Languages Settings
Search for strings _ATT and you will find this
_ATT_MESSAGE
_ATT_VKISS
_ATT_FRIEND
You need to add a class to the a href
Edit _ATT_MESSAGE
<b><a href="{1}messages_inbox.php?message={0}">New message</a></b> waiting for you!
change this to:
<b><a class="sitelinksyellow" href="{1}messages_inbox.php?message={0}">New message</a></b> waiting for you!
Do the same with _ATT_VKISS and _ATT_FRIEND
Open file /templates/tmpl_uni/css/anchor.css and add code bellow to it
a.sitelinksyellow {
color:#FFCC00;
text-decoration:underline;
}
That's all
If you will change go to Inbox, go to My Greetings and go to My Friends you must do the same there,
_ATT_MESSAGE_NONE
_ATT_VKISS_NONE
_ATT_FRIEND_NONE