View Single Post
Old 11-21-2012, 11:26 AM   #3
Kratos
Connoisseur
Kratos began at the beginning.
 
Posts: 60
Karma: 10
Join Date: Mar 2011
Location: UK
Device: Kindle 3, iPhone, iPad, PC
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?
Kratos is offline   Reply With Quote