![]() |
remove text of main menu items - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260) +---- Thread: remove text of main menu items (/showthread.php?tid=376092) |
remove text of main menu items - theo08 - 2024-01-28 hi i would like to remove the text boxes for the menu items to the left. instead i only want to display the icons to have more space. with the help of this thread (https://forum.kodi.tv/showthread.php?tid=356021&pid=3075217#pid3075217) i managed to get this far by editing home.xml: ![]() now can sb help me get rid of these blue boxes where originally the text was displayed? thanks! RE: remove text of main menu items - jjd-uk - 2024-01-28 You need to remove https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Home.xml#L873-L880 Should also be fairly simply to move 3 top icons for Shutdown / Settings / Search into the left hand menu so it's a complete vertical set of icons. RE: remove text of main menu items - izprtxqkft - 2024-01-28 additionally, Estuary Mod V2 has already done this so you could see how you like the way they did it and copy it, they added auto-hide as well https://forum.kodi.tv/showthread.php?tid=366400 RE: remove text of main menu items - theo08 - 2024-01-29 (2024-01-28, 19:18)jjd-uk Wrote: You need to remove https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Home.xml#L873-L880thanks! but i wanted to have the original skin as lean as possible. (2024-01-28, 19:18)jjd-uk Wrote: You need to remove https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/Home.xml#L873-L880 awesome that did the trick. thank you! and you are right it would be great to have the icons for Shutdown and Settings in the vertical bar as well (and just remove search as i don't need it). May i borrow your expertise once more to point me in the right direction of where to look for these? thank you ![]() :edit found the items, removing them was actually quite simple , just deleted this: Code: <include content="IconButton"> :edit2 heh' almost there: ![]() |