View Single Post
Old 05-09-2018, 01:27 PM   #10
jiembe
Zealot
jiembe began at the beginning.
 
Posts: 145
Karma: 10
Join Date: Sep 2016
Location: Montréal Québec
Device: Kobo Glo; Kobo Libra
Quote:
Originally Posted by GeoffR View Post

Code:
/* ePub default */
span.mystyle { color: green; }

/* KePub override */
div#book-columns span.mystyle { color: blue; }
How do you implement it? I try this:

.note {
display: block;
}
div#book-columns .note {
display: none;
}

without success. The footnote is still visible at the end of the chapter in the kepub file.

My html code (using a footnote class "nbp") look like this:

<div class="note">
<br/><hr width="33%"/>
<p class="nbp">...
jiembe is offline   Reply With Quote