Kodi Community Forum
Removing XBMC Banner/Logo from Home Page - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Removing XBMC Banner/Logo from Home Page (/showthread.php?tid=65591)



Removing XBMC Banner/Logo from Home Page - CaptainCanuck - 2009-12-31

I was interested in removing the XBMC logo/banner from the top left of the home page on XBMC 9.11-Camelot and haven't been able to find anything that works... Any ideas??

Thanks! Smile

Note:
The only thing I found was for the Transparency skin: http://forum.xbmc.org/showthread.php?tid=62001&highlight=removing+xbmc+banner which didn't seem to work... Eek


- Jezz_X - 2009-12-31

Open up 720p/home.xml and delete this bit at approx line 888
Code:
            <control type="image">
                <description>LOGO</description>
                <posx>10</posx>
                <posy>10</posy>
                <width>140</width>
                <height>40</height>
                <texture>XBMC_Logo.png</texture>
            </control>
            <control type="image">
                <description>LOGO Mirror</description>
                <posx>10</posx>
                <posy>42</posy>
                <width>140</width>
                <height>40</height>
                <texture diffuse="diffuse_mirror.png" flipy="true">XBMC_Logo.png</texture>
            </control>



- CaptainCanuck - 2010-01-03

Thanks Jezz_X, worked like a charm!! Smile

All of your work and help is greatly appreciated!