Edit the CSS at the top to change the colour... Default is red!
This will change the colour of the link: "x Private Messages" when you receive a new private message.
Global Header
Code:
- <style>
- a.newpm {
- color: #FF0000;
- }
- </style>
- <script>
- /*Colour PM Link if new posts
- Created By Wrighty
- support.virtualforums.co.uk*/
- var a = document.getElementById('user_table').getElementsByTagName('font')[1].getElementsByTagName('a')[0];
- if(vf_new_pms!=0){
- a.className="newpm";
- }
- </script>
Is it possible to make this flash?
Woah. That is cool actually. xD.
Thanks Wrighty!