Oh right. You are adding it in conversion, not actually editing the css in the ebook.
TBH, I have never fiddled with conversion settings as for me it is just easier to edit the css in the ebook.
So you are trying to colour the italic text.
If it were mine, I would change the <span class="italics"> to the correct <i> tags
Then I would create a css entry like this...
em, i, .italic {
font-style: italic;
color: #8D4CF6;
}
But if you still want to do that in conversion, others will need to advise you. But go ahead and try editing the css directly in a single ebook and see how it works out.
|