Changing font color

On my account, under the "contacts" section, there is:

Messages: New message waiting for you!
Greetings: New greeting waiting for you!
Friends:

New Friend waiting for you!

So basically I want to change the font color of New message, New greeting, and New friend to yellow. Any ideas?

Quote · 21 Apr 2010

How about an actual screen shot of what you want changed.  That will help us out much better, especially if you can circle the exact item.

Quote · 21 Apr 2010

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

Quote · 22 Apr 2010

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

Thanks! That did it. Much appreciated.

Quote · 22 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.