| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
Sorry guys I missed this post for a while but you can change the color of the link for the text ads in the text.css.php file. The text ad link is a class link2 To change the color find this line in the file it is line 83 if you have a program that shows line numbers.
.link2:link{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration:none;color:#fff}
Now you see the red fff that is your color this is a hexidecimal red, green, blue configuration. The numbers can go from 0 to f. If you set it to f00 then you will get red, if you set it to 00f you will get blue and if you set it to 0f0 you will get green and 000 will be black. You can create almost any shade you like doing this.
So if you have changed the file and uploaded it but don't see any change create a new text ad and refresh until you see it if the color is changed on that one then you have done it right.
One thing I will tell you is that when I changed the color of the links on one site for some reason the color didn't change on the default ads. It changed on all the members ads but not the default ads. I had to delete them and re-enter them then they were fine.
Shadow |
|