Hi jbn10161… The only way I can think of is by doing the following:
Set the color of the bullets as you want them in the CSS even though the text changes to that color aswell. Then manually after each
< li > tag in your webpages add <font color=”#FF0000″> before the text and </font> after it where #FF0000 is what color you want the text to be.
That will change the text independently of what color the CSS sets it. Tedious but that’s all I can think of, sorry!