Removing text labels
#1
I have noticed that when I select video, music, weather etc. from the home menu It will go to another page for example, press video and you go to the video page. My problem is when I get to that page, the word 'video' in white letters appears. This also happens for music page with 'music files', weather page with 'weather' and so on. I have tried to remove it and thought I succeeded by removing lines 8-14 in the defaults folder (a label). Trouble was it effected the Add Source feature, removing the input text. Is there any way to remove these labels without effecting other things?
Reply
#2
If you open up includes .xml and find this
PHP Code:
    <include name="WindowTitleCommons">
        <
posx>0</posx>
        <
posy>0</posy>
        <
width min="0" max="800">auto</width>
        <
height>30</height>
        <
font>font14</font>
        <
textcolor>white</textcolor>
        <
shadowcolor>black</shadowcolor>
        <
scroll>false</scroll>
        <
align>left</align>
        <
aligny>center</aligny>
    </include> 

and just add this to the group then restart xbmc
PHP Code:
<visible>false</visible
and that should take care of all header labels
Reply
#3
Brilliant Jezz_X thanks. You guys must get tired of answering queries from newbies so just to let you know that I (we) appreciate it.......
Reply

Logout Mark Read Team Forum Stats Members Help
Removing text labels0