Ventoy Forums
Remove Version Number - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: Remove Version Number (/showthread.php?tid=2256)



Remove Version Number - lolkill23 - 11-28-2022

how to remove version number in lower left side? i wanted a plain design only. thanks


RE: Remove Version Number - BKPB - 12-06-2022

(11-28-2022, 03:59 AM)lolkill23 Wrote: how to remove version number in lower left side? i wanted a plain design only. thanks

In the vento.json file.
These parameters move the label horizontally and vertically:
"ventoy_left": "5%",
"ventoy_top": "95%",

Method 1: move this label over the edge of the screen.
Method 2: the simplest, make this inscription the same color as your background in this parameter:
"ventoy_color": "#191919",

Code:
   "theme": {
        "file": "/ventoy/theme/theme.txt",
        "gfxmode": "1920x1080",     
        "display_mode": "GUI",
        "ventoy_left": "5%",
        "ventoy_top": "95%",
        "ventoy_color": "#191919"
    },
[Image: IOAshaq.png]