Thread: Sage Kobo Sage opinions
View Single Post
Old 10-13-2021, 02:15 AM   #100
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 914
Karma: 275656
Join Date: Jun 2016
Device: Kobo
@Deobulakenyo

Custom header/footer captions
Spoiler:
Code:
# 2a. Change font-size for models other than Touch/Mini (header & footer simultaneously)
        # #caption[newHeader=true] & #caption[newFooter=true]
          # Glo/Aura/Aura2E/Nia
        - Find:    "[qApp_deviceIsPhoenix=true] {\n  font-size: 17px;\n}"
          Replace: "[qApp_deviceIsPhoenix=true] {\n  font-size: 17px;\n}"
          # AuraHD/H2O/GloHD/ClaraHD
        - Find:    "[qApp_deviceIsDragon=true] {\n  font-size: 25px;\n}"
          Replace: "[qApp_deviceIsDragon=true] {\n  font-size: 25px;\n}"
          # LibraH2O
        - Find:    "[qApp_deviceIsStorm=true] {\n  font-size: 29px;\n}"
          Replace: "[qApp_deviceIsStorm=true] {\n  font-size: 29px;\n}"
          # AuraOne/Forma
        - Find:    "[qApp_deviceIsDaylight=true] {\n  font-size: 32px;\n}"
          Replace: "[qApp_deviceIsDaylight=true] {\n  font-size: 32px;\n}"
Change number highlighted in red.

You have chosen the wrong topic for such questions...
Semwize is offline   Reply With Quote