View Single Post
Old 07-11-2018, 12:45 AM   #7
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 516
Karma: 32106
Join Date: Feb 2012
Device: Onyx Boox Leaf
Quote:
Originally Posted by kovidgoyal View Post
What is it you want to hide exactly epub:type="footnote" or epub:type="noteref"?

Adjust the selector in the example I gave you accordingly.
I'd like to hide <aside epub:type="footnote" id="id">Contents of footnotes</aside> from being display as normal text.

This is what I have now in the user style sheet
Code:
a {
color: yellow;
}

[epub-type="footnote"] { display: none }

.book-content-popup-container [epub-type"footnote"] { display: block; }
But the "Contents of footnotes" are still displayed as normal texts.
nqk is offline   Reply With Quote