Removing XBMC Banner/Logo from Home Page
#1
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...bmc+banner which didn't seem to work... Eek
Reply
#2
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>
Reply
#3
Thanks Jezz_X, worked like a charm!! Smile

All of your work and help is greatly appreciated!
Reply

Logout Mark Read Team Forum Stats Members Help
Removing XBMC Banner/Logo from Home Page0