Remove/change Kodi logo/word top corner
#1
Hi love the skin but want to remove/change logo/word in top left hand corner is there anyway I can do this? Thank you also any chance you tell where in xml clock is? would to move to centre if possible.

Image
Reply
#2
Did you find a solution to this OP? Would also like a solution? I know in previous version a option existed but that seams to have been depreciated now.
Reply
#3
For the logos you have to edit addons/skin.nebula/1080i/Home.xml and remove the following last lines:

Code:
<!-- Diamond kodi logo -->
<control type="image">
            <include>OpenClose</include>
            <include>ConditionWhite</include>
            <posx>50</posx>
            <posy>51</posy>
            <width>325</width>
            <height>56</height>
            <texture>$VAR[Theme.Color]/common/logo.png</texture>
            <colordiffuse>AlternateColor_white</colordiffuse>
</control>
<control type="image">
            <include>OpenClose</include>
            <include>ConditionBlack</include>
            <posx>50</posx>
            <posy>51</posy>
            <width>325</width>
            <height>56</height>
            <texture>$VAR[Theme.Color]/common/logo.png</texture>
            <colordiffuse>AlternateColor_black</colordiffuse>
</control>

<!-- KODI text -->
<control type="label">
            <include>OpenClose</include>
            <posx>125</posx>
            <include>WindowTitle</include>
            <label>$VAR[HomeTitles]</label>
</control>
<control type="label">
            <include>OpenClose</include>
            <posx>125</posx>
            <include>WindowTitleSub</include>
            <label>$VAR[HomeSubTitles]</label>
</control>
Reply
#4
(2016-07-13, 11:19)Lotrox Wrote: For the logos you have to edit addons/skin.nebula/1080i/Home.xml and remove the following last lines:

Code:
<!-- Diamond kodi logo -->
<control type="image">
            <include>OpenClose</include>
            <include>ConditionWhite</include>
            <posx>50</posx>
            <posy>51</posy>
            <width>325</width>
            <height>56</height>
            <texture>$VAR[Theme.Color]/common/logo.png</texture>
            <colordiffuse>AlternateColor_white</colordiffuse>
</control>
<control type="image">
            <include>OpenClose</include>
            <include>ConditionBlack</include>
            <posx>50</posx>
            <posy>51</posy>
            <width>325</width>
            <height>56</height>
            <texture>$VAR[Theme.Color]/common/logo.png</texture>
            <colordiffuse>AlternateColor_black</colordiffuse>
</control>

<!-- KODI text -->
<control type="label">
            <include>OpenClose</include>
            <posx>125</posx>
            <include>WindowTitle</include>
            <label>$VAR[HomeTitles]</label>
</control>
<control type="label">
            <include>OpenClose</include>
            <posx>125</posx>
            <include>WindowTitleSub</include>
            <label>$VAR[HomeSubTitles]</label>
</control>
Wondering if anyone can help me. First of all...love this skin. I have done a few mods already to this skin, including changing the Kodi text on the top left corner into the name of my build. I want to keep the Kodi logo and the text I have chosen, but want to change the color. I also want to do this for the time and date on the top right corner.Where do I go to change the color? I have looked everywhere...looked in skin settings, home and font xml's...I'm learning as I am doing this, so I probably don't know what I'm looking for. Any help would be greatly appreciated. Thankyou.
Reply
#5
Hi there, Were you able to change the logo in the top left corner? I am also looking to do this . I don't write code, I am learning, but have connected SSH and SMB from Windows to RB pi3...
I really want to do the same change, please tell me if you find the file.
Cheers!
Federico.
Reply

Logout Mark Read Team Forum Stats Members Help
Remove/change Kodi logo/word top corner0