|
Hi Pentarix,
The css in your news-details select has the background set to #000 which is black.
.news-details select {
background: #000;
border: 1px none #F5F8FF;
font-size: 85%;
}
Change this to #fff white or some other colour that you want.
podigle
|