View Single Post
Old 03-15-2025, 10:45 PM   #4
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,615
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
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.
Karellen is offline   Reply With Quote