Quote:
Originally Posted by s810car
I added this to the end of vbulletin.css along with the product code to fix the links
Code:
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
Had to add the hover color because the link attribute made the font black even with hover over. Hope this helps!
|
thanks, that fixed the problem, cant believe i didnt think of that