(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"
},