vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Change Color of Announcements - View Topic
Topic Rating: *****
Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Change Color of Announcements (3rd Apr 08 at 6:15pm UTC)
This will let you change the color of Announcements to anything that you choose.

<script>
/*Change color of Announcements
Created By Wrighty
Do Not: Rip, Repost or Claim*/

var c = '#FF0000';

var x = '[A]';
var d = get('td','tag');
for(i=0;i<d.length;i++){
    if(d[i].innerHTML.match(x) && d[i].className=='window1'){
        d[i+1].getElementsByTagName('a')[0].style.color = c;
    }
}
</script>


Change the part that is red, to the color that you want them to appear.

Global Footer
 Printable View

All times are GMT+0 :: The current time is 7:03am
Page generated in 0.0518 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums