Kodi Community Forum

Full Version: How Do you change Nav Bar Font Colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can't seam to find a way to change the roll over font colors on the Main Nav Bar inside Kodi.
what xml file controls the rollover states Colors for the Main Nav Bar

thank you for any help you can give me!
at a quick look start here
https://github.com/xbmc/xbmc/blob/master...uItems.xml

then youre looking for 'ButtonHomeSubCommonValues'' as one button type, then within that which is here https://github.com/xbmc/xbmc/blob/6afd49...cludes.xml

then these
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">HomeSubFO.png</texturefocus>
<texturenofocus border="5">HomeSubNF.png</texturenofocus>