Oh, that sucks…
What about the "Modify Epub" plugin?
https://www.mobileread.com/forums/sho...d.php?t=154371
They say it removes some code from the kepub (css and js referencing) that is responsible to force kobo css rules, some kobo hacking style stuff, I don't know much about.
This would be the code kobo applies that mess up with the css:
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Wild Cards I</title>
<link rel="stylesheet" type="text/css" href="../styles/stylesheet.css"/>
<style id="kobostylehacks" type="text/css">div#book-inner p, div#book-inner div { font-size: 1.0em; } a { color: black; } a:link, a:visited, a:hover, a:active { color: blue; } div#book-inner * { margin-top: 0 !important; margin-bottom: 0 !important;}
</style><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
I tried the plugin, but I don't understand much of its functionality yet, so it didn't worked for me.
Do you guys tried this method?