I am having another issue with getting the border around the News-Thumb item to change color: http://www.retechsystemsllc.com/webdev/?p=1
It constantly wants to be blue, and the only way to get it to change is to change the background color to something else (now green), but that then puts a slight halo around other elements in that area (see the green).
I tried using:
.news-thumb {
border-color: #00ff00;
}
as well as:
.news-thumb {
background-color: #00ff00;
}
and outline-color, and color and instead of .new-thumb I tried a range of the other classes. However, I just can't seem to get that little border to change color. Can you help me?














