I've been applying the following CSS:
.text_style3{
font:normal 8px Helvetica;
color:#f7922c;
}
I'm trying to decrease the size further, but anything below 10px doesn't seem to work. I've attempted using 7px, 6px, 5px, etc., without success.
Any suggestions on how to successfully reduce the size? It appears that this CSS is not functioning properly in Mozilla.