Thread: Kobo Patcher
View Single Post
Old 08-29-2013, 06:51 PM   #102
Danger
Evangelist
Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.
 
Danger's Avatar
 
Posts: 490
Karma: 1665031
Join Date: Nov 2010
Location: Vancouver Island, Nanaimo
Device: K2 (retired), Kobo Touch (passed to the wife), KGlo, Galaxy TabPro
comment out the first line and uncomment the 2nd:

Original:
Code:
# Disable footer example
replace_zlib = 1205FF4, `ReadingFooter...
# Decrease footer example
#replace_zlib = 1205FF4, `ReadingFooter...
New (see the reversed # signs?):
Code:
# Disable footer example
#replace_zlib = 1205FF4, `ReadingFooter...
# Decrease footer example
replace_zlib = 1205FF4, `ReadingFooter...
To make the font bigger/smaller, change this number (you will find this almost at the end of that second line where you removed the # sign:
Code:
...\n\theight: 30px;\n\tfont-size: 25px;\n}
Danger is offline   Reply With Quote