![]() |
#1216 | |
Member
![]() Posts: 17
Karma: 10
Join Date: May 2019
Device: Kobo
|
Quote:
Code:
- FindZlib: "ReadingFooter" # qss/ReadingFooter.qss - ReplaceZlibGroup: Replacements: # Part 1: Customise font-family # #caption # The only custom font-family values now likely to have any effect are Georgia, Avenir # and possibly(?) some of the built-in CJK fonts # Un-comment and customise ONLY ONE of the following to change header/footer font-family #- {Find: "font-family: Avenir;", Replace: "font-family: Georgia;"} - {Find: "font-family: Avenir;", Replace: "font-family: Georgia; background:transparent;"} Last edited by p0k3m0n; 01-05-2025 at 02:03 PM. |
|
![]() |
![]() |
![]() |
#1217 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 229
Karma: 944808
Join Date: Apr 2009
Device: Kobo Libra 2, Forma and Aura One; Kindle Voyage; Galaxy Note 10
|
Which device do you have and running which software? Avenir has been discontinued on the newer models/software, so you should (I believe) substitute in "DefaultSansSerif" for it and then specify your substitute font (e.g., Rakuten Serif). this worked on my Clara Colour.
|
![]() |
![]() |
![]() |
#1218 | |
Member
![]() Posts: 17
Karma: 10
Join Date: May 2019
Device: Kobo
|
Quote:
Last edited by p0k3m0n; 01-06-2025 at 04:59 AM. |
|
![]() |
![]() |
![]() |
#1219 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,241
Karma: 16537488
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
There's some confusion here.
The patch code you referenced in post #1216 is Custom header/footer captions. Any font-family change you make will only be seen in the header/footer captions when reading a book. Your photo above is showing the TOC title for the current chapter. If this is the font-family you're trying to change you need the nickel patch named Custom page navigation scrubber, section 1b, i.e. Code:
# 1b. Customise other font properties of these 3 buttons (all models): # - font-family. The only custom font-family values now likely to have any effect # are Georgia, Avenir and possibly(?) some of the built-in CJK fonts # - font-weight (bold or normal) # - font-style (italic or normal) - Find: "{\n font-family: Avenir;\n font-weight: bold;\n font-style: normal;\n}" Replace: "{font-family:Avenir; font-weight:bold; font-style:normal;}" # Users with CSS knowledge can add extra style properties as desired, # e.g. to make them look more like buttons and less like labels, # use this Replace instead. If it can be done with CSS you can do it here. #Replace: "{font-family:Avenir; font-weight:normal; font-style:normal; background-color:#ddd;}" |
![]() |
![]() |
![]() |
#1220 |
Member
![]() Posts: 17
Karma: 10
Join Date: May 2019
Device: Kobo
|
![]()
Perfect. It works. Big thank you. Avenir font in my language is totally messed up, small special characters are written in capitals - the whole thing looks weird, impossible to read.
|
![]() |
![]() |
![]() |
#1221 |
Enthusiast
![]() Posts: 36
Karma: 10
Join Date: Jun 2021
Device: Kobo Sage, Libra Colour
|
stying for <p> tag in synopsis details
In the synopsis details could a tag be added for styling the <p> tag? There are patches editing for the font size overall, and line spacing, but the default styling for the <p> tag seems to be:
Code:
p {margin: 1em 0} [or maybe margin-top: 1em; margin-bottom: 1em;?] Code:
p {margin: 0; text-indent: 1.5em} p:first-of-type {text-indent: 0rem;} Last edited by m_pluto; 01-15-2025 at 10:57 PM. Reason: formatting |
![]() |
![]() |
![]() |
#1222 |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kobo Sage
|
I wonder, would it be possible to hide text that shows the time remaining for kepub files on the My Books screen? I've never been much for reading stats personally, and thankfully it's easy to not really engage with those features, but the My Books screen is the only place that I can't turn them off or hide them.
|
![]() |
![]() |
![]() |
#1223 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,561
Karma: 142993688
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
![]() |
![]() |
![]() |
#1224 |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kobo Sage
|
True. I mostly read epub for exactly this reason. Still kepubs have nicer performance, especially for image heavy books and it would be nice to be able to use them without having the reading stats annoyance in my book list.
|
![]() |
![]() |
![]() |
#1225 | |
Member
![]() Posts: 13
Karma: 10
Join Date: Jan 2025
Device: Kobo Libra 2
|
Quote:
Code:
New home screen subtitle custom font: - Enabled: no - Description: | On the Home screen: Change upper label font-size Change subtitle (lower label) font size and/or font colour. Upper label example is the black text caption - 'x% Read' - top row - 'My Books' - middle row Subtitle (lower label) examples are the grey text captions containing: - 'x HOURS TO GO' for kepubs (not shown for epubs) - top row - 'x BOOKS' under 'My Books' - middle row Works best when used with with patch `Increase home screen cover size` - FindZlib: "#homeWidgetTopContainer" # qss/GenericHomeWidget.qss - ReplaceZlibGroup: Replacements: # Change subtitle (lower label) font colour from mid-grey to black - {Find: "MetaDataLabel {\n color: #666666;\n qproperty-indent: 0;\n}", Replace: "MetaDataLabel {\n color: #000000;\n qproperty-indent: 0;\n}"} |
|
![]() |
![]() |
![]() |
#1226 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kobo Sage
|
Quote:
I wonder if there's a way to make this same font color trick work there as well? There's a patch to change the size of the covers on the My Books screen, so perhaps there's a way to adjust the text styling as well? |
|
![]() |
![]() |
![]() |
#1227 | |
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2022
Device: Kobo Sage
|
Quote:
|
|
![]() |
![]() |
![]() |
#1228 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 657
Karma: 2905052
Join Date: Oct 2013
Device: Kindle Paperwhite 5 16GB, Kindle Paperwhite 6, Kobo Clara,
|
Deleted
Last edited by Waylander; 02-28-2025 at 03:57 AM. |
![]() |
![]() |
![]() |
#1229 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Feb 2025
Device: kobo elipsa 2e
|
Hi
Kobo noob here. I have an elipsa 2e (firmware downgraded 4.38.21908) from which I want to remove the games: sketch pad, sudoku, unblock it, solitaire, word scramble, and sandbox. I haven't yet needed any of the other beta features either to be honest, so if it is possible to create a patch that removes them all, rather than a select few is possible, then that would be hugely appreciated. Is it possible to make a patch to do this? I googled for how to remove the games manually but all replies said to use KOReader to rename files (such as solitaire.sh) in /usr/local/kobo. These files are no longer in that folder. I went to / and searched for "sudoku" and "solitaire" (ticking search subfolders) without any luck. Perhaps I needed to look for, for instance sudoku.sh. KOReader is currently broken due to the firmware downgrade so I can't check right now. So if it is possible to remove the beta features that would be hugely appreciated. (Please note, the threads I read after searching how to do this, ended up with lots of people derailing the threads asking why someone would want to. It is irrelevant but in order to avoid this I will say that I I end up getting completely addicted to sudoku. It is a huge distraction, hence me wanting to remove it and the other games, thanks. |
![]() |
![]() |
![]() |
#1230 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,605
Karma: 16300090
Join Date: Sep 2022
Device: Kobo Libra 2
|
Why don't you just disable developer mode? The games should not be visible unless you've either enabled developer mode or applied patches specifically to enable the games. Go into search mode, search for "devmodeoff" without quotes, and you should be good to go.
|
![]() |
![]() |
![]() |
Tags |
kobopatch, patches, patching, request, requests |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Request for PW3 kernel [posted in another thread] | mustdie | Kindle Developer's Corner | 5 | 10-21-2015 04:28 PM |
Kobobooks.com future feature request thread | Mrs_Often | Kobo Reader | 47 | 11-08-2012 11:59 AM |
[Old Thread] Calibre 'feature request' thread | Waba | Calibre | 2 | 02-10-2010 07:52 PM |
Feature request thread? | Dahak | Calibre | 1 | 08-02-2009 12:51 AM |
3rd party software request thread | Adam B. | iRex | 23 | 11-28-2008 01:08 PM |