View Single Post
Old 07-24-2014, 09:30 PM   #2
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by aluisscp View Post
Short and simple, is there any patch that removes the book title bar from kepubs? I don't mean ePub, but actually kepub, since this is my favourite format.
No-one has found a way to remove the whole title bar (and only the title bar) from kepubs yet, the only way to do that is to load the book as an epub.

However you can remove just the title text from kepubs, leaving a blank title bar. Add the following option to the [ReadingSettings] section of the device's config file:
Code:
showPageHeader=false
There is also a full-screen reading mode that has no title or footer bar, but it doesn't work too well with kepubs yet, hopefully will be in a future firmware version. Add the following option to the [FeatureSettings] section of the device's config file and untick the new "Show header and footer" option that appears on the Reading settings page:
Code:
FullScreenReading=true
(The config file is ./kobo/Kobo/Kobo eReader.conf, if you edit from Windows it make sure to use a text editor that understands unix line breaks such as Notepad++)
GeoffR is offline   Reply With Quote