vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Change Link Color in Posts

Change Link Color in Posts - Posted By Michael (wrighty) on 15th Mar 08 at 10:19pm
This will change the color of all links that are posted.

<style>
.post a {
    color: #ENTER COLOR HERE;
}
</style>


Global Header