Removing text labels

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pan2 Offline
Senior Member
Posts: 159
Joined: Apr 2011
Reputation: 0
Post: #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?
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #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

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
pan2 Offline
Senior Member
Posts: 159
Joined: Apr 2011
Reputation: 0
Post: #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.......
find quote