View Single Post
Old 05-08-2018, 08:38 PM   #8
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 DNSB View Post
I suspect you wanted display: none as the style. I use the following when I don't want the text to display (chapter heading where an image is used as the chapter heading but I want to have Chapter IV in the TOC.

Code:
.hidden {
    display : none;
}
Yes. Sorry. My mistake. My problem is not causing by a wrong CSS rule as display: hidden . I use display: none.

To come back to my initial question: is it possible to toggle active/non-active a part of code specifically differentiated when the file is a epub or a kepub?
jiembe is offline   Reply With Quote