Hi,
Most of the problems I've encountered lately with text colors, appear to be bugs in the template code. They apparently made a recent change to some templates with Font elements being overriden by a CSS code for the page that's having unintended side-effects. That problem was acknowledged in the template section of the forum, but I'm not sure how wide-spread the problem is.
There are methods to override color using some appropriate CSS codes in most situations that should fix the bug issues. With CSS you use an inline style="color: #ff0000" as an override on the specific element(s). Here's an inline example using span:
<span style="color: #ff0000;">My Text Here</span>
You could use that example with span to surround your description code with your override color.
To sum up, use inline style instead of font for text color (at least for situations where font fails to work).
The other possibility is to create a custom template from the stock template and fix the problem style code that's the root cause.
Danno
Edit: Here's the original thread from the template Forum that includes discussion with Neil at Auctiva. Note his suggestion on use of the style code to fix the bug.
https://community.auctiva.com/e...881044121/m/84610743