2016-04-19, 15:46
2016-07-01, 12:06
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.
2016-07-13, 11:19
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>
2016-08-19, 09:45
(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: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.
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>
2019-11-30, 19:52
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.
I really want to do the same change, please tell me if you find the file.
Cheers!
Federico.