Thanks for replying Harry.
I've opened my epub. Then the CSS file.
The standard font I use which has a color is listed in the CSS as
Code:
p.body {
font-family : "Minion Pro", serif;
font-weight : normal;
font-style : normal;
font-size : 1.17em;
text-decoration : none;
font-variant : normal;
line-height : 1.2;
text-align : left;
color : #000000;
text-indent : 0px;
margin : 0px;
Various other places in the CSS also have the "color : #000000;" entry.
Should I delete the whole line or just the hash and number?